Add outstanding_crashes.py with tests for crashes.

This commit is contained in:
Georg Brandl 2006-01-10 19:29:24 +00:00
parent 8cc4ef561c
commit 7e8bfa4163
2 changed files with 41 additions and 0 deletions

View file

@ -22,3 +22,6 @@ class TestBug1385040(unittest.TestCase):
def test_main():
test_support.run_unittest(TestBug1385040)
if __name__ == "__main__":
test_main()