Actually run these tests from regrtest.py.
There was no test_main() and the main body was protected by if __name__ == '__main__' so the test didn't happen on import either.
Showing
Please register or sign in to comment
There was no test_main() and the main body was protected by if __name__ == '__main__' so the test didn't happen on import either.