mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
Test: Enabled hooks before running diag, to get more info
This commit is contained in:
parent
b02c4a209a
commit
2b5aba85ae
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ class TestDiagnostics(TestCase):
|
|||
|
||||
def test_diagnostics(self):
|
||||
"""Task diag output, so we can monitor platforms"""
|
||||
self.t.activate_hooks()
|
||||
code, out, err = self.t.diag()
|
||||
self.tap(out)
|
||||
self.assertRegexpMatches(out, "Compliance:\s+C\+\+11")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue