You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,8 @@ The tests are run concurrently, and the default number of workers is 8. You can
93
93
94
94
While tox is the recommended way to run the test suite, pytest can also be invoked directly from the root of the repository. This requires packages in tests/requirements.txt to be installed first.
95
95
96
+
Using a venv created by tox in the '.tox' folder can make it easier to get the pytest configuration correct. Debugpy needs to be installed into the venv for the tests to run, so using the tox generated .venv makes that easier.
97
+
96
98
#### Keeping logs on test success
97
99
98
100
There's an internal setting `debugpy_log_passed` that if set to true will not erase the logs after a successful test run. Just search for this in the code and remove the code that deletes the logs on success.
0 commit comments