pytest-xdist plugin and durations option
- Added pytest-xdist plugin to enable multithreaded support for tests
- Added durations option to measure test execution time
Three modules providing multithread/parallel test execution were investigated:
-
pytest-xdist
- all tests are working as expected, improvement of test execution time -
pytest-parallel
- tavern seems to be not supported, -
pytest-concurrent
- last commit is 2 years ago, seems dead - not checked
@bwrona ^