I have some tests written with unittest and I have overloaded the unittest's parseArgs() and _getMainArgParser() functions to provide my script with some custom arguments.
Is there something similar in unittest-parallel? Either a function to overload or a way to pass arguments to the test script? Worst case I can do it via env variables but that's a bit hacky 😆 .
BTW this project is helping me achieve a ~20x speedup in my tests so a big thanks!