mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Some checks failed
Code scanning - action / CodeQL-Build (push) Has been cancelled
* Fix arq quoting to work in runInTerminal * Default was backwards * Fix ruff errors * Fix failing tests * Only strip quotes on the exe * Try fixing gw worker failures * Skip certain test because of cmd limitations * Need to skip all 'code' based tests on windows
5 lines
71 B
INI
5 lines
71 B
INI
[pytest]
|
|
testpaths=tests
|
|
timeout=120
|
|
timeout_method=thread
|
|
addopts=-n8
|