Files
hakril-PythonForWindows/windows/test/__init__.py
T

12 lines
394 B
Python

from test_utils import *
from mytest import WindowsTestCase, WindowsAPITestCase, NativeUtilsTestCase, SystemTestCase
from test_hooks import HookTestCase
from test_debugger import DebuggerTestCase
from test_syswow import SyswowTestCase
__all__ = ["SystemTestCase", "WindowsTestCase", "WindowsAPITestCase",
"DebuggerTestCase", "NativeUtilsTestCase", "HookTestCase", "SyswowTestCase"]