diff options
Diffstat (limited to 'tests/crypto_test.py')
-rw-r--r-- | tests/crypto_test.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/crypto_test.py b/tests/crypto_test.py index 00682b3..8cff6f9 100644 --- a/tests/crypto_test.py +++ b/tests/crypto_test.py @@ -27,7 +27,7 @@ from shutil import copyfile from combox.config import get_nodedirs from combox.crypto import * from combox.file import * -from tests.utils import get_config, rm_nodedirs +from tests.utils import get_config, rm_nodedirs, rm_configdir class TestCrypto(object): @@ -120,3 +120,4 @@ class TestCrypto(object): rm_shards(self.TEST_FILE, self.config) remove(self.TEST_FILE_COPY) rm_nodedirs(self.config) + rm_configdir() |