working in rescue tar utility
[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 from testing.test_rescue_tar import RescueTarTest
8
9 if __name__ == "__main__":
10     unittest.main()