adding aes encryption support for creation
[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 from testing.test_encryption import EncryptionTest
9
10 if __name__ == "__main__":
11     unittest.main()