From 889ce1e91a887bd48fca5d1d41d441b42845c55f Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Wed, 18 Feb 2015 23:48:40 -0500 Subject: All the test classes now call rm_configdir() in their teardown method. modified: tests/config_test.py modified: tests/crypto_test.py modified: tests/events_test.py modified: tests/file_test.py modified: tests/silo_test.py --- tests/silo_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/silo_test.py') diff --git a/tests/silo_test.py b/tests/silo_test.py index 7e0eb40..df905b6 100644 --- a/tests/silo_test.py +++ b/tests/silo_test.py @@ -24,7 +24,7 @@ from os import path, remove from combox.silo import ComboxSilo from combox.file import read_file, write_file -from tests.utils import get_config, rm_nodedirs +from tests.utils import get_config, rm_nodedirs, rm_configdir class TestSilo(object): """ @@ -99,3 +99,4 @@ class TestSilo(object): csilo.remove(self.LOREM) csilo.remove(self.IPSUM) rm_nodedirs(self.config) + rm_configdir() -- cgit v1.2.3