debugpy/pytests/func
Pavel Minaev 23c118aae4 Fix #811: new socket server to receive pid and port for subprocesses (#871)
* Fix #811: new socket server to receive pid and port for subprocesses

* Install test dependencies from test_requirements.txt on Travis

* Multiproc support can't handle os.fork() as implemented.

On Python 3.4+, use set_start_method('spawn') to ensure that multiprocessing module doesn't use fork.

On lower versions, skip the test.

* Restrict the multiprocessing test to Windows for now.
2018-10-11 14:01:39 -07:00
..
__init__.py Test & infrastructure cleanup, stage 1 (#850) 2018-09-27 00:36:48 -07:00
test_multiproc.py Fix #811: new socket server to receive pid and port for subprocesses (#871) 2018-10-11 14:01:39 -07:00
test_run.py Testing framework for timeline-based tests. (#857) 2018-10-01 14:29:44 -07:00