debugpy/tests
Eric Snow 0bffee873a
GH-512: Fix single-frame stack trace handling. (#513)
(fixes #512)

The XML library we are using treats a single-item list as a single item instead of a list. This breaks on_stackTrace(). This PR fixes the problem by converting xframes to a list before checking its size.
2018-06-21 12:56:43 -06:00
..
debugger_protocol Run most of the tests under Python 2. (#405) 2018-05-02 18:05:13 -06:00
helpers Wait-on-exit before sending "disconnect" response. (#475) 2018-06-14 15:50:50 -06:00
highlevel GH-512: Fix single-frame stack trace handling. (#513) 2018-06-21 12:56:43 -06:00
ptvsd Couple of bug fixes (#495) 2018-06-19 17:26:30 -07:00
system_tests Wait-on-exit before sending "disconnect" response. (#475) 2018-06-14 15:50:50 -06:00
__init__.py Run most of the tests under Python 2. (#405) 2018-05-02 18:05:13 -06:00
__main__.py Run most of the tests under Python 2. (#405) 2018-05-02 18:05:13 -06:00
test_setup.py Get the tests working on Windows. (#455) 2018-05-31 16:06:08 -06:00
test_tests___main__.py Run most of the tests under Python 2. (#405) 2018-05-02 18:05:13 -06:00