mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
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.
This commit is contained in:
parent
a9df5bfeeb
commit
1bc879c16f
6 changed files with 27 additions and 10 deletions
|
|
@ -2,3 +2,4 @@
|
|||
testpaths=tests
|
||||
timeout=15
|
||||
timeout_method=thread
|
||||
addopts=-n8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue