mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Unit Tests
- Removed unnecessary code. Thanks Renato.
This commit is contained in:
parent
726214adca
commit
5a6f81a1fd
1 changed files with 0 additions and 8 deletions
|
@ -28,7 +28,6 @@
|
|||
|
||||
import sys
|
||||
import os
|
||||
from glob import glob
|
||||
# Ensure python finds the local simpletap and basetest modules
|
||||
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
||||
|
||||
|
@ -41,13 +40,6 @@ class BaseTestBug1306(BaseTestCase):
|
|||
fh.write("data.location=.\n"
|
||||
"confirmation=no\n")
|
||||
|
||||
@classmethod
|
||||
def finish(cls):
|
||||
for file in glob("*.data"):
|
||||
os.remove(file)
|
||||
|
||||
os.remove("1306.rc")
|
||||
|
||||
class TestBug1306(BaseTestBug1306):
|
||||
def test_overdue(self):
|
||||
"""FILTER before 'add' command upgraded to MODIFICATION"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue