Executed before each test in the class
(self)
| 37 | |
| 38 | class TestTaskrc(TestCase): |
| 39 | def setUp(self): |
| 40 | """Executed before each test in the class""" |
| 41 | self.t = Task() |
| 42 | |
| 43 | @unittest.skip("taskrc generation requires a tty - see #3751") |
| 44 | def test_default_taskrc(self): |