mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unittest - Say where taskd couldn't be found
This commit is contained in:
parent
8ee02c8bac
commit
8a4b33b0e3
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ class TestCase(BaseTestCase):
|
|||
|
||||
|
||||
@unittest.skipIf(TASKD_SKIP, "TASKD_SKIP set, skipping taskd tests.")
|
||||
@unittest.skipIf(Taskd.not_available(), "Taskd binary not available")
|
||||
@unittest.skipIf(Taskd.not_available(), "Taskd binary not available at '{0}'"
|
||||
.format(Taskd.DEFAULT_TASKD))
|
||||
class ServerTestCase(BaseTestCase):
|
||||
"""Automatically skips tests if TASKD_SKIP is present in the environment
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue