debugpy/tests
2019-09-20 12:50:52 -07:00
..
_logs Fix #1551: Backchannel failures in tests 2019-07-02 17:05:51 -07:00
debug Add code coverage for tests (excluding ptvsd.server and pydevd). 2019-09-18 21:42:51 -07:00
DEBUGGEE_PYTHONPATH Work around import deadlock in enable_attach() on Python 2 (#1788). 2019-09-20 12:50:52 -07:00
patterns Improve timeline logging for DAP messages: 2019-07-18 10:13:02 -07:00
ptvsd Fix #1769: Logpoint messages aren't printed for "launch" 2019-09-16 12:49:28 -07:00
test_data Test fixes. 2019-09-11 20:12:12 -07:00
tests Remove prints in tests outside of the code being debugged - use logging instead. 2019-07-18 10:13:02 -07:00
watchdog Fix #1614: Test run times out on Python 2.7 (#1615) 2019-07-22 22:21:01 -07:00
__init__.py Do not load ptvsd.server (and hence, pydevd) unless the subpackage is loaded explicitly or via a public API entrypoint that requires it. 2019-08-18 11:43:23 -07:00
code.py Fix remaining tests to reflect the debug adapter refactoring changes. 2019-07-11 16:19:06 -07:00
conftest.py Tests refactoring. (#1543) 2019-06-28 10:13:00 -07:00
debug_old.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
net.py Log connection errors in wait_until_port_is_listening() test helper. 2019-07-18 10:13:02 -07:00
pydevd_log.py Fix #1551: Backchannel failures in tests 2019-07-02 17:05:51 -07:00
pytest_fixtures.py Fix #1695: Handle IDE, launcher, debug server, and no-debug disconnect 2019-09-10 15:12:23 -07:00
pytest_hooks.py Do not load ptvsd.server (and hence, pydevd) unless the subpackage is loaded explicitly or via a public API entrypoint that requires it. 2019-08-18 11:43:23 -07:00
requirements.txt Add code coverage for tests (excluding ptvsd.server and pydevd). 2019-09-18 21:42:51 -07:00
timeline.md Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
timeline.py Test fixes. 2019-09-11 20:12:12 -07:00