debugpy/tests/ptvsd/server
Karthik Nadig 0f6a9bb1d6
Update tests to use python debug adapter (#1660)
* Initial fix for launch

* Minor fixes

* Succesful launch tests

* More launch test fixes

* Some bit of cleanup

* Fix linter

* More cleanup

* Attach using import

*  Fix circular importing

* Support attach via command line

* Backchannel and Other test fixes

* Linter fix

* Python path fix in test

* Fix lint after rebase

* Support exitCode in tests

* More fixes after rebase

* Fix expected exit code

* Remove changes to MessageDict __call__

* Remove hold subprocess event
2019-08-12 13:53:24 -07:00
..
__init__.py Tests refactoring. (#1543) 2019-06-28 10:13:00 -07:00
test_args.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_attach.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_break_into_dbg.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_breakpoints.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_completions.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_disconnect.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_django.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_evaluate.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_exception.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_exclude_rules.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_flask.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_justmycode.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_log.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_multiproc.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_output.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_parse_args.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_path_mapping.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_run.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_set_expression.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_start_stop.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_step.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_stop_on_entry.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_threads.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
test_vs_specific.py Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00