We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b191c commit 84caa50Copy full SHA for 84caa50
Lib/test/test_ctypes.py
@@ -0,0 +1,10 @@
1
+import unittest
2
+from test.support.import_helper import import_module
3
+
4
5
+ctypes_test = import_module('ctypes.test')
6
7
+load_tests = ctypes_test.load_tests
8
9
+if __name__ == "__main__":
10
+ unittest.main()
0 commit comments