debugpy/tests
Eric Snow b25d654987
Do not check __main__.__file__ under -m. (#619)
(fixes #592)

Under certain circumstances, __main__ is a "builtin" module. Such modules do not have a __file__ attribute. Consequently, this caused the pydevd injection code to fail. This PR fixes that.
2018-07-09 12:04:42 -06:00
..
debugger_protocol Compatibility python 3.4 (#519) 2018-06-25 13:20:22 -07:00
helpers Add delay waiting for socket server to start (#594) 2018-07-05 14:52:43 -07:00
highlevel Tests for attaching by host names (#613) 2018-07-07 00:11:14 -07:00
ptvsd Some pathutils fixes (#589) 2018-07-06 13:08:34 -07:00
resources/system_tests Add hit condition tests (#601) 2018-07-06 22:58:53 -07:00
system_tests Do not check __main__.__file__ under -m. (#619) 2018-07-09 12:04:42 -06:00
__init__.py Run most of the tests under Python 2. (#405) 2018-05-02 18:05:13 -06:00
__main__.py Update verbosity when we create junit-style output report files (#608) 2018-07-06 15:56:48 -07:00
test_setup.py Get the tests working on Windows. (#455) 2018-05-31 16:06:08 -06:00
test_tests___main__.py Update for VSTS-based CI process (#431) 2018-06-21 17:09:53 -07:00