Staging
v0.5.1
Revision 8f51bb436f8adfd139cad046b91cd462c7f27f6c authored by Ned Deily on 19 September 2017, 05:09:03 UTC, committed by Ned Deily on 19 September 2017, 05:09:03 UTC
1 parent 450ceea
Raw File
test_ctypes.py
import unittest
from test.support import import_module

ctypes_test = import_module('ctypes.test')

load_tests = ctypes_test.load_tests

if __name__ == "__main__":
    unittest.main()
back to top