Commit 3b7210d3 authored by Guido van Rossum's avatar Guido van Rossum

Make it possible to run this test stand-alone.

parent 7c4c6c5d
......@@ -38,3 +38,6 @@ class FrozenTests(unittest.TestCase):
def test_main():
run_unittest(FrozenTests)
if __name__ == "__main__":
test_main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment