Closed dadoonet closed 7 years ago
This commit introduces a way to separate execution of a single unit tests. It helps to debug a single test instead of having to run the full suite.
Some tests are still depending from other ones (the thread ones) but that should not be a problem. Or we can clean that up later.
Coverage increased (+0.1%) to 33.72% when pulling 2aaf89b480000c25f758d4b006b93333b82c7c7e on dadoonet:pr/separate-unit-tests into 82d1c20faf3654a7aa1feefbd12fcecf9b26a47b on qwazr:master.
This commit introduces a way to separate execution of a single unit tests. It helps to debug a single test instead of having to run the full suite.
Some tests are still depending from other ones (the thread ones) but that should not be a problem. Or we can clean that up later.