Hello,
Thank you for your good work, tests take 2x less times to run with it comparing to unittest.
But I have a problem. I run with this command:
unittest-parallel -t . -s . -p 'test_*.py' --coverage --coverage-source XXX
where XXX is the name of my package
Just before the coverage report, i have this warning:
Coverage.py warning: Module XXX was previously imported, but not measured (module-not-measured)
Is there a way to fix this warning?