diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-02-13 00:09:52 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-02-13 00:09:52 -0500 |
commit | ef3c1cf874e4eb85e9c22dbf127b9d13c7e8fb77 (patch) | |
tree | 24b54df6f1a8604b69c5110c5b72d46f84475d02 /tests | |
parent | 145763d9fc3ac8440abedf56f305de31cfe42363 (diff) |
tests/events_test.py: now teardown purges the shards of TEST_FILE
Diffstat (limited to 'tests')
-rw-r--r-- | tests/events_test.py | 2 |
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) |