Expose INVALID_HANDLE_VALUE as mobase.INVALID_HANDLE_VALUE. (#131)

* Expose INVALID_HANDLE_VALUE as mobase.INVALID_HANDLE_VALUE.
* Add tests for startApplication() returning INVALID_HANDLE_VALUE.
* Clean tests and generate stub files for them.
This commit is contained in:
Mikaël Capelle
2024-06-28 11:48:30 +02:00
committed by GitHub
parent 7cfc761e40
commit 6623e19754
30 changed files with 662 additions and 80 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
import pytest
import mobase
m = pytest.importorskip("mobase_tests.filetree")
import mobase_tests.filetree as m
def test_filetype():