mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unittest - Add example of skipping taskd test on template.t
This commit is contained in:
parent
45c73fc473
commit
5f50c44041
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ class TestBugNumber(TestCase):
|
|||
"""Executed once after all tests in the class"""
|
||||
|
||||
|
||||
@unittest.skipIf(Taskd.not_available(), "Taskd binary not available")
|
||||
class ServerTestCase(unittest.TestCase):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue