Your IP : 216.73.216.196


Current Path : /opt/alt/python35/lib64/python3.5/test/
Upload File :
Current File : //opt/alt/python35/lib64/python3.5/test/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()