forked from third-party-mirrors/zfs_autobackup
still working on encryption
This commit is contained in:
parent
671eda7386
commit
2bf015e127
8
tests/test_encryption.py
Normal file
8
tests/test_encryption.py
Normal file
@ -0,0 +1,8 @@
|
||||
import unittest
|
||||
|
||||
class MyTestCase(unittest.TestCase):
|
||||
def test_something(self):
|
||||
self.assertEqual(True, False)
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
Loading…
x
Reference in New Issue
Block a user