mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unittest - Bring back diag() for generating TAP output
* Still needs work to make sure output is displayed after the test status (not ok ...) and not before.
This commit is contained in:
parent
75fe62149d
commit
d354d13263
10 changed files with 32 additions and 16 deletions
|
@ -32,10 +32,10 @@ import unittest
|
|||
# Ensure python finds the local simpletap and basetest modules
|
||||
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
||||
|
||||
from basetest import Task
|
||||
from basetest import Task, TestCase
|
||||
|
||||
|
||||
class TestBug1267(unittest.TestCase):
|
||||
class TestBug1267(TestCase):
|
||||
def setUp(self):
|
||||
self.t = Task()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue