Give up running tests in parallel with unittest.

Rather look into other test frameworks.
looper
Ben Niemann 2018-01-24 14:32:55 +01:00
parent 06d0b7ce4d
commit 44a9bf8547
1 changed files with 3 additions and 2 deletions

View File

@ -9,8 +9,9 @@
- pick some file and clean it up.
- until grep finds no more files.
* runtests should run tests in parallel :FR:
- using subprocesses to isolate test cases from each other.
* Export pytest as a better unittest framework :RESEARCH:
- https://docs.pytest.org/en/latest/
- supports parallel test execution with pytest-xdist
* remove some cruft :CLEANUP:
- noisicaa.ui.command_shell (nice idea, never used)