Showing content from http://svn.python.org/projects/python/branches/test_subprocess_10826/Lib/test/test_ctypes.py below:
import unittest from test.support import run_unittest, import_module # Skip tests if _ctypes module was not built. import_module('_ctypes') import ctypes.test def test_main(): skipped, testcases = ctypes.test.get_tests(ctypes.test, "test_*.py", verbosity=0) suites = [unittest.makeSuite(t) for t in testcases] run_unittest(unittest.TestSuite(suites)) if __name__ == "__main__": test_main()
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4