Args:
filter_flag: Flag argument used to specify test filters.
filter_delimiter: The delimiter to use between values when specifying
test filters.
repeat_flag: Flag argument used to define how many times to repeat tests.
retry_limit_flag: Flag argument used to define the upper limit of
retries.
run_disabled_flag: Flag argument used to run disabled tests.
batch_limit_flag: Flag argument used to set how many tests run in a
given shard.All of this is already documented in the list of attrs defined at the top of the class. So I don't think this is adding much value.
target_name: The target name for the test. If not set, defaults to `name`.I would just get rid of this method's docstring all together, and add this bit into its class-level docstring.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Args:
filter_flag: Flag argument used to specify test filters.
filter_delimiter: The delimiter to use between values when specifying
test filters.
repeat_flag: Flag argument used to define how many times to repeat tests.
retry_limit_flag: Flag argument used to define the upper limit of
retries.
run_disabled_flag: Flag argument used to run disabled tests.
batch_limit_flag: Flag argument used to set how many tests run in a
given shard.All of this is already documented in the list of attrs defined at the top of the class. So I don't think this is adding much value.
Done
Same. This is unnecessary duplication IMO
Done
target_name: The target name for the test. If not set, defaults to `name`.I would just get rid of this method's docstring all together, and add this bit into its class-level docstring.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |