Commit Graph

5 Commits

Author SHA1 Message Date
Elie Richa
1df6a3b652 Address lint issues in changed Python files 2024-11-29 08:29:29 +00:00
Nicolas Setton
c5eead8aef python test driver: on Windows, spawn a separate Python
This is needed so we can properly remove the test dir
once the test is done, without risking that the Python
interpreter has a handle on files there.

Slightly improve the semantics for the wait factor.
Improve error reporting slightly.
Fix creation of URIs with respect to drive letters.

Follow-up on #1462
2024-10-18 11:40:50 +00:00
Elie Richa
84c491be3f Migrate to ClassicTestDriver 2024-10-17 13:55:42 +00:00
Nicolas Setton
2311915325 Add a separate test driver for python
Add support for valgrind.
Add support for --debug.

Fixup LSP.__init__ to launch tasks only once all attributes
have been declared.
2024-10-17 10:03:22 +00:00
Nicolas Setton
7d6d5ab81b Add a separate driver for Python 2024-10-17 10:03:22 +00:00