mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TW-285
- Fixed unit test structural error.
This commit is contained in:
parent
d8b7d914ac
commit
75f938463e
1 changed files with 3 additions and 1 deletions
|
@ -72,8 +72,10 @@ class BaseTest285(BaseTestCase):
|
||||||
os.remove(file)
|
os.remove(file)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def cleanup(cls):
|
def finish(cls):
|
||||||
os.remove("bug.rc")
|
os.remove("bug.rc")
|
||||||
|
for file in glob("*.data"):
|
||||||
|
os.remove(file)
|
||||||
|
|
||||||
|
|
||||||
class Test285(BaseTest285):
|
class Test285(BaseTest285):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue