Commit graph

13 commits

Author SHA1 Message Date
Pavel Minaev
e87017e0b3 Remove redundant "from __future__ import ..." 2022-04-13 11:38:41 -07:00
Pavel Minaev
fad3c4f878 Add "from __future__ import division" to all ptvsd modules. 2019-10-30 17:12:17 -07:00
Pavel Minaev
89be0d1fce Reformat tests. 2019-10-03 18:31:37 -07:00
Pavel Minaev
f71f0a5b0a Tests refactoring. (#1543) 2019-06-28 10:13:00 -07:00
Pavel Minaev
53aa9e8797 Fix linting issues. 2019-05-30 14:10:01 -07:00
Karthik Nadig
025c6c2f63
Ensure stop_on_entry is unset after first break. Fixes #1456 (#1457)
* Ensure stop_on_entry is unset after first break

* Update tests
2019-05-21 23:23:01 -07:00
Fabio Zadrozny
ff979215fc
Don't use sys.prefix for library roots. Fixes #1422 (#1455) 2019-05-21 15:28:13 -03:00
fabioz
3711d92935 Properly handle case where a thread event can be sent before issuing a threads request. 2019-04-29 07:58:44 -03:00
fabioz
b44a17647b Showing pydevd logs on ptvsd failures on ci. 2019-04-29 07:58:44 -03:00
Fabio Zadrozny
4706f63bae Check if file is in project with original and not translated file. Fixes #1325 (#1362) 2019-04-16 14:37:39 -07:00
Pavel Minaev
d450f57d36 Assorted test fixes. 2019-03-06 19:53:33 -08:00
Pavel Minaev
41462087c3 Add support for named line markers to pyfile() fixture. 2019-02-11 18:39:26 -08:00
Karthik Nadig
9aaf937478
Removing old test code (#1088)
Removing old test code
2019-01-07 13:38:32 -08:00
Renamed from pytests/conftest.py (Browse further)