Unittest - Add example of skipping taskd test on template.t

This commit is contained in:
Renato Alves 2014-07-15 00:51:29 +01:00
parent 45c73fc473
commit 5f50c44041

View file

@ -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):