Skip to content

pytest-xdist plugin and durations option

Dariusz Kędzierski requested to merge dk-xdist-and-time into develop
  • 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 ^

Merge request reports