adding initial concat compression support and a simple unit test
[python-delta-tar] / runtests.py
1 #!/usr/bin/env python
2
3 import unittest
4
5 from testing.test_multivol import MultivolGnuFormatTest, MultivolPaxFormatTest
6 from testing.test_concat_compress import ConcatCompressTest
7
8 if __name__ == "__main__":
9     unittest.main()