debugpy/tests
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
..
_logs Tests and CI refactoring: 2020-01-30 20:43:17 -08:00
debug Fix #351: Python warnings in debugger code 2020-09-03 01:32:58 -07:00
DEBUGGEE_PYTHONPATH Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
debugpy Fix #351: Python warnings in debugger code 2020-09-03 01:32:58 -07:00
patterns Rename ptvsd -> debugpy. 2020-01-17 11:57:13 -08:00
test_data Fix #351: Python warnings in debugger code 2020-09-03 01:32:58 -07:00
tests Rename ptvsd -> debugpy. 2020-01-17 11:57:13 -08:00
watchdog Improve exception logging to make swallowing/reraising explicit in all cases. 2020-02-21 15:55:04 -08:00
__init__.py Disable frame-eval by default to work around #346. 2020-08-26 10:09:19 -07:00
code.py Rename ptvsd -> debugpy. 2020-01-17 11:57:13 -08:00
conftest.py Add "from __future__ import division" to all ptvsd modules. 2019-10-30 17:12:17 -07:00
logs.py Rename ptvsd -> debugpy. 2020-01-17 11:57:13 -08:00
net.py Improve exception logging to make swallowing/reraising explicit in all cases. 2020-02-21 15:55:04 -08:00
pytest_fixtures.py Fix flake8 issue. 2020-05-13 15:18:36 -03:00
pytest_hooks.py Tests and CI refactoring: 2020-01-30 20:43:17 -08:00
requirements.txt Restrict pytest-xdist version number to support Python 2.7. 2020-08-19 14:50:44 -07:00
timeline.md Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
timeline.py Fix https://github.com/microsoft/ptvsd/issues/1824: 2020-03-05 13:56:22 -08:00