mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
Unittest - Helpers to manage hook scripts during tests
This commit is contained in:
parent
0a234ec2ba
commit
72823a453f
2 changed files with 135 additions and 1 deletions
|
@ -28,4 +28,8 @@ class CommandError(Exception):
|
|||
def __str__(self):
|
||||
return self.msg.format(self.cmd, self.code, self.out, self.err)
|
||||
|
||||
|
||||
class HookError(Exception):
|
||||
pass
|
||||
|
||||
# vim: ai sts=4 et sw=4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue