Make it possible to run this test stand-alone.
This commit is contained in:
parent
7c4c6c5d8a
commit
3b7210d336
|
@ -38,3 +38,6 @@ class FrozenTests(unittest.TestCase):
|
|||
|
||||
def test_main():
|
||||
run_unittest(FrozenTests)
|
||||
|
||||
if __name__ == "__main__":
|
||||
test_main()
|
||||
|
|
Loading…
Reference in New Issue