1 # This is a Python module 2 3 -def test(): 4 import run_tests 5 run_tests.main([]) 6 7 if __name__ == "__main__": 8 test() 9