Commit 0d399276 authored by Georg Brandl's avatar Georg Brandl

Actually run the test.

parent 5ac21ba0
......@@ -38,8 +38,8 @@ class TestWave(unittest.TestCase):
self.assertEqual(nframes, self.f.getnframes())
self.assertEqual(self.f.readframes(nframes), output)
def main():
def test_main():
run_unittest(TestWave)
if __name__ == '__main__':
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