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