Unit Tests

- Removed unnecessary code.  Thanks Renato.
This commit is contained in:
Paul Beckingham 2014-07-04 09:45:32 -04:00
parent 726214adca
commit 5a6f81a1fd

View file

@ -28,7 +28,6 @@
import sys import sys
import os import os
from glob import glob
# Ensure python finds the local simpletap and basetest modules # Ensure python finds the local simpletap and basetest modules
sys.path.append(os.path.dirname(os.path.abspath(__file__))) sys.path.append(os.path.dirname(os.path.abspath(__file__)))
@ -41,13 +40,6 @@ class BaseTestBug1306(BaseTestCase):
fh.write("data.location=.\n" fh.write("data.location=.\n"
"confirmation=no\n") "confirmation=no\n")
@classmethod
def finish(cls):
for file in glob("*.data"):
os.remove(file)
os.remove("1306.rc")
class TestBug1306(BaseTestBug1306): class TestBug1306(BaseTestBug1306):
def test_overdue(self): def test_overdue(self):
"""FILTER before 'add' command upgraded to MODIFICATION""" """FILTER before 'add' command upgraded to MODIFICATION"""