on a related note, where can I found the list of v...
# general
b
on a related note, where can I found the list of values of an option, e.g:
Copy code
--test-junit-default-concurrency=<str> (default: 'SERIAL')
Set the default concurrency mode for running tests not annotated with @TestParallel or @TestSerial.
for this precise exemple in the junit_tests target doc \o/
Copy code
java_tests: <Add description>
concurrency = ..., 	One of 'SERIAL', 'PARALLEL_CLASSES', 'PARALLEL_METHODS', or 'PARALLEL_CLASSES_AND_METHODS'. Overrides the setting of --test-junit-default-concurrency. (default: None)