Function | prepare_argv | Remove options from argv that would be added by ListTestCase. |
Function | find_load_list | Get the value passed in to --load-list=FOO. |
Class | GatherIDs | Gather test ids from a test run. |
Function | find_tests | Find tests to parallel run. |
Class | ListTestCase | No class docstring; 1/2 methods documented |
Function | concurrency | Return the number of current tests we should run on this machine. |
Function | partition_tests | Partition suite into count lists of tests. |
Function | main | CLI entry point to adapt a test run to parallel testing. |
Parameters | argv | The argv given to the test runner, used to get the tests to run. |
Returns | A list of test IDs. |