debugpy/tests/ptvsd
Pavel Minaev 55059ca379 Fix #810: Sub-Process: monkey patch pydevd to start process using ptvsd (#862)
* Fix #810: Sub-Process: monkey patch pydevd to start process using ptvsd

* Add --multiprocess to ParseArgsTests tests.

* Pass port range down to child processes, and let them pick a port themselves.

* Remove ptvsd.port and replace with debugging output.

Pick ports from the range randomly rather than always scanning start to end, to reduce collisions.
2018-10-11 14:01:39 -07:00
..
__init__.py Add a test option for running just the ptvsd unit tests. 2018-01-11 21:00:33 +00:00
test___main__.py Fix #810: Sub-Process: monkey patch pydevd to start process using ptvsd (#862) 2018-10-11 14:01:39 -07:00
test_debugger.py Fixes and tests for no-debug run (#552) 2018-07-02 11:21:27 -07:00
test_internals_filter.py Just my code (#467) 2018-06-14 11:02:38 -07:00
test_local.py Fixes and tests for no-debug run (#552) 2018-07-02 11:21:27 -07:00
test_modules_manager.py Test and linting fixes 2018-03-23 00:52:09 -07:00
test_pathutils.py Some pathutils fixes (#589) 2018-07-06 13:08:34 -07:00
test_safe_repr.py Fix #261: Raw value does not get the full string 2018-03-28 00:59:00 -07:00
test_socket.py Support re-attaching to an adapter. (#381) 2018-05-22 16:50:55 -06:00