debugpy/tests/debugpy
2020-12-10 08:52:28 -03:00
..
adapter Rename tests/ptvsd -> tests/debugpy 2020-01-21 01:06:04 -08:00
common Reformat everything with a newer version of Black. 2020-06-26 13:37:31 -07:00
server Fix https://github.com/microsoft/ptvsd/issues/2079: 2020-02-17 18:21:13 -08:00
__init__.py Rename tests/ptvsd -> tests/debugpy 2020-01-21 01:06:04 -08:00
test_args.py Fix #156: Add a flag for the old way of handling args from a launch config 2020-05-07 12:31:40 -07:00
test_attach.py Disable test_attach_pid_client on Windows and macOS per #311 2020-06-24 08:56:18 -07:00
test_breakpoints.py Fix #414: test_invalid_breakpoints fails on Python 3.9 2020-09-21 12:24:47 -07:00
test_completions.py Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
test_disconnect.py Fix https://github.com/microsoft/ptvsd/issues/1824: 2020-03-05 13:56:22 -08:00
test_django.py Swap attach_listen / attach_connect to reflect the client perspective. 2020-03-05 13:56:22 -08:00
test_docstrings.py Rename tests/ptvsd -> tests/debugpy 2020-01-21 01:06:04 -08:00
test_env.py Fix #93: null values not supported in "env" 2020-10-26 11:22:12 -07:00
test_evaluate.py Improve dealing with blocking evaluate requests. Fixes #157 2020-07-18 14:57:02 -03:00
test_exception.py Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
test_exclude_rules.py Reformat everything with a newer version of Black. 2020-06-26 13:37:31 -07:00
test_flask.py Swap attach_listen / attach_connect to reflect the client perspective. 2020-03-05 13:56:22 -08:00
test_gevent.py Actually run full test matrix for DEBUGBY_TESTS_FULL=1. 2020-03-05 13:56:22 -08:00
test_input.py Fix #370: Terminal Keyboard Inputs not being accepted 2020-08-19 14:50:44 -07:00
test_justmycode.py Reformat everything with a newer version of Black. 2020-06-26 13:37:31 -07:00
test_log.py Fix https://github.com/microsoft/ptvsd/issues/1824: 2020-03-05 13:56:22 -08:00
test_multiproc.py Fix #330: Unable to debug pythonw apps on macOS 2020-10-23 16:44:56 -07:00
test_output.py Fix #370: Terminal Keyboard Inputs not being accepted 2020-08-19 14:50:44 -07:00
test_path_mapping.py Reformat everything with a newer version of Black. 2020-06-26 13:37:31 -07:00
test_run.py Support running non-ascii files on Python 2. Fixes #206 2020-12-10 08:52:28 -03:00
test_source_mapping.py Reformat everything with a newer version of Black. 2020-06-26 13:37:31 -07:00
test_step.py Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
test_stop_on_entry.py Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
test_system_info.py Refactor debugpy API and CLI for clarity and consistency. 2020-02-11 14:40:25 -08:00
test_threads.py Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
test_tracing.py Refactor debugpy API and CLI for clarity and consistency. 2020-02-11 14:40:25 -08:00
test_vs_specific.py Purge all mentions of "IDE", and replace with "client" or "clients" as appropriate. 2020-02-11 17:03:45 -08:00