Using aes128 for encryption
[python-delta-tar] / runtests.py
CommitLineData
ae48acc8
ERE
1#!/usr/bin/env python
2
3import unittest
4
8ab92b45 5from testing.test_multivol import MultivolGnuFormatTest, MultivolPaxFormatTest
5fdff89f 6from testing.test_concat_compress import ConcatCompressTest
0112ba0d 7from testing.test_rescue_tar import RescueTarTest
6e812ad9 8from testing.test_encryption import EncryptionTest
ae48acc8
ERE
9
10if __name__ == "__main__":
6e812ad9 11 unittest.main()