summaryrefslogtreecommitdiffstats
path: root/tests/events_test.py
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-02-13 00:09:52 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-02-13 00:09:52 -0500
commitef3c1cf874e4eb85e9c22dbf127b9d13c7e8fb77 (patch)
tree24b54df6f1a8604b69c5110c5b72d46f84475d02 /tests/events_test.py
parent145763d9fc3ac8440abedf56f305de31cfe42363 (diff)
tests/events_test.py: now teardown purges the shards of TEST_FILE
Diffstat (limited to 'tests/events_test.py')
-rw-r--r--tests/events_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/events_test.py b/tests/events_test.py
index 3b383af..cdcdb09 100644
--- a/tests/events_test.py
+++ b/tests/events_test.py
@@ -227,6 +227,8 @@ class TestEvents(object):
silo = ComboxSilo(self.config)
+ rm_shards(self.TEST_FILE, self.config)
+
os.remove(self.lorem_ipsum)
rm_shards(self.lorem_ipsum, self.config)
silo.remove(self.lorem_ipsum)