generalizing unittests and adding some more
[python-delta-tar] / runtests.py
1 #!/usr/bin/env python
2
3 import unittest
4
5 from testing.test_multivol import MultivolGnuFormatTest, MultivolPaxFormatTest
6
7 if __name__ == "__main__":
8     unittest.main()