mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Unit Tests
- Added feedback to the on-modify-misbehave2 test hook script.
This commit is contained in:
parent
a2e980c6b8
commit
83519a44c6
2 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,7 @@ class TestHooksOnModify(TestCase):
|
||||||
|
|
||||||
code, out, err = self.t(("add", "foo"))
|
code, out, err = self.t(("add", "foo"))
|
||||||
code, out, err = self.t.runError(("1", "modify", "+tag"))
|
code, out, err = self.t.runError(("1", "modify", "+tag"))
|
||||||
self.assertIn("ERROR MISSING JSON", err)
|
self.assertIn("Hook Error: Expected 1 JSON task(s), found 0", err)
|
||||||
self.t.hooks[hookname].assertTriggered()
|
self.t.hooks[hookname].assertTriggered()
|
||||||
self.t.hooks[hookname].assertTriggeredCount(1)
|
self.t.hooks[hookname].assertTriggeredCount(1)
|
||||||
self.t.hooks[hookname].assertExitcode(0)
|
self.t.hooks[hookname].assertExitcode(0)
|
||||||
|
|
|
@ -12,6 +12,7 @@ read modified_task
|
||||||
# Output:
|
# Output:
|
||||||
# - JSON, modified or unmodified.
|
# - JSON, modified or unmodified.
|
||||||
# - Optional feedback/error.
|
# - Optional feedback/error.
|
||||||
|
echo 'FEEDBACK'
|
||||||
|
|
||||||
# Status:
|
# Status:
|
||||||
# - 0: JSON accepted, non-JSON is feedback.
|
# - 0: JSON accepted, non-JSON is feedback.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue