debugpy/tests/debugpy
Pavel Minaev 65a4bed845 Fix https://github.com/microsoft/ptvsd/issues/2052:
An error display in output window when debug with "Windows Application" option checked.

Do not propagate debuggee's stdout and stderr to sys.stdout/stderr if the latter are missing.
2020-01-28 17:08:13 -08:00
..
adapter Rename tests/ptvsd -> tests/debugpy 2020-01-21 01:06:04 -08:00
common Rename tests/ptvsd -> tests/debugpy 2020-01-21 01:06:04 -08:00
server Move tests that aren't specific to the server one level up. 2020-01-21 02:15:37 -08:00
__init__.py Rename tests/ptvsd -> tests/debugpy 2020-01-21 01:06:04 -08:00
test_args.py Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
test_attach.py Fix linting issues. 2020-01-28 14:43:20 -08:00
test_breakpoints.py Fix linting issues. 2020-01-28 14:43:20 -08: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 #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
test_django.py Move tests that aren't specific to the server one level up. 2020-01-21 02:15:37 -08:00
test_docstrings.py Rename tests/ptvsd -> tests/debugpy 2020-01-21 01:06:04 -08:00
test_env.py Fix #2055: Conda activation problem on ptvsd 5.x 2020-01-28 10:15:13 -08:00
test_evaluate.py Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08: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 Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
test_flask.py Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
test_justmycode.py Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
test_log.py Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
test_multiproc.py Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
test_output.py Fix https://github.com/microsoft/ptvsd/issues/2052: 2020-01-28 17:08:13 -08:00
test_path_mapping.py Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
test_run.py Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
test_source_mapping.py Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08: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 Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -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 Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
test_vs_specific.py Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00