debugpy/tests/debug
Pavel Minaev 14ca4f07d1 Fix #351: Python warnings in debugger code
Don't use inspect.getargspec on Python 2.

Close log file objects on exit.

Close os.devnull file objects on exit.

Close the listener socket used to get endpoints info from adapter.

Fix invalid escape sequences.

Run tests with Python warnings treated as errors.

Fix Django deprecation warning in test web app.

Work around pytest issues caused spaces in test names.
2020-09-03 01:32:58 -07:00
..
__init__.py Add test for "args" shell expansion. 2020-04-22 13:55:01 -07:00
comms.py Improve exception logging to make swallowing/reraising explicit in all cases. 2020-02-21 15:55:04 -08:00
config.py Fix #305: Add "pythonArgs" config property for interpreter arguments 2020-08-03 11:45:55 -07:00
output.py Rename ptvsd -> debugpy. 2020-01-17 11:57:13 -08:00
runners.py Fix #305: Add "pythonArgs" config property for interpreter arguments 2020-08-03 11:45:55 -07:00
session.py Fix #351: Python warnings in debugger code 2020-09-03 01:32:58 -07:00
targets.py Remove suppport for arrays in "program" and "module" debug configuration properties as alternative to "args". 2020-02-21 15:55:17 -08:00