Commit graph

11 commits

Author SHA1 Message Date
Pavel Minaev
3ce4e703ee Fix linting issues. 2020-01-28 14:43:20 -08:00
Pavel Minaev
0fb24534b6 Fix #2055: Conda activation problem on ptvsd 5.x
Treat variable names as case-insensitive on Win32.
2020-01-28 10:15:13 -08:00
Pavel Minaev
55eac82c96 Fix #1811: tests using attach_by_pid fail on Python 2.7
Don't call enable_attach() and wait_for_attach() while under import lock.
2020-01-26 17:14:30 -08:00
Pavel Minaev
1e3fe90339 Re-enable test_wait_on_exit on Python 2.7 2020-01-22 15:52:52 -08:00
Pavel Minaev
6915757eb5 Fix #3: Child processes aren't auto-killed reliably
Kill all known debuggee processes in the adapter when a "launch" session is finalized.
2020-01-22 14:58:10 -08:00
Pavel Minaev
ddef96655f Disable test_autokill due to https://github.com/microsoft/debugpy/issues/3 2020-01-21 21:43:19 -08:00
Pavel Minaev
c530c29281 Fix test_echo_and_shell 2020-01-21 17:49:02 -08:00
Pavel Minaev
a45040a4f9 Fix test_argv_quoting 2020-01-21 17:41:25 -08:00
Pavel Minaev
00b6a202f3 Fix test_autokill 2020-01-21 17:27:28 -08:00
Pavel Minaev
4fc36bdfb8 Move tests that aren't specific to the server one level up. 2020-01-21 02:15:37 -08:00
Pavel Minaev
40bc088bec Rename tests/ptvsd -> tests/debugpy 2020-01-21 01:06:04 -08:00