debugpy/pytest.ini
Pavel Minaev 1bc879c16f Use pytest-xdist to speed up tests and continue running after timeout. (#1116)
* Use pytest-xdist to speed up tests and continue running after timeout.

* Use unique server ports for Django and Flask tests.
2019-01-22 16:37:00 -08:00

5 lines
70 B
INI

[pytest]
testpaths=tests
timeout=15
timeout_method=thread
addopts=-n8