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:
@@ -33,10 +33,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 BaseTestBug360(unittest.TestCase):
|
||||
class BaseTestBug360(TestCase):
|
||||
def setUp(self):
|
||||
"""Executed before each test in the class"""
|
||||
self.t = Task()
|
||||
|
||||
Reference in New Issue
Block a user