debugpy/tests/_logs/README
Pavel Minaev 4e2abc6681 Tests and CI refactoring:
Use YAML templates for setting up Python and running tests.

Use matrix instead of separate jobs for Windows 32-bit and 64-bit runs.

Change --debugpy-logs to --debugpy-log-dir with explicit destination, and use that to capture and publish test logs in CI.

Delete logs for passed tests by default, and add --debugpy-log-passed to opt out.
2020-01-30 20:43:17 -08:00

8 lines
457 B
Text

This directory will contain debugpy and pydevd log files from the test runs.
A separate directory will be created for every test. In that directory, a separate
subdirectory will be created for every debug.Session instance, containing debugpy logs
for the processes that it spawns, and pydevd log.
If the test has failed, an empty file called FAILED.log is additionally created in
the test log directory, to easily find all failed tests after a large run.