debugpy/tests/debug
Michał Górny eef3b4ef2b Fix deprecated import for MutableMapping and MutableSet
Starting with Python 3.3, MutableMapping and MutableSet are part
of collections.abc module rather than collections.  Importing them
from the old module is deprecated and no longer works in Python 3.10.
Support both modules conditionally for best compatibility.
2021-07-02 12:31:59 +02: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 deprecated import for MutableMapping and MutableSet 2021-07-02 12:31:59 +02:00
output.py Rename ptvsd -> debugpy. 2020-01-17 11:57:13 -08:00
runners.py Fix #81: Subprocess always waits for client to attach 2020-09-25 13:41:24 -07:00
session.py Code reloading. Fixes #212 2021-03-11 10:26:51 -03:00
targets.py Make sure _get_path_with_real_case is called with an absolute path. Fixes #620 2021-05-28 13:26:21 -03:00