mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13: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):
|
def test_diagnostics(self):
|
||||||
"""Task diag output, so we can monitor platforms"""
|
"""Task diag output, so we can monitor platforms"""
|
||||||
|
self.t.activate_hooks()
|
||||||
code, out, err = self.t.diag()
|
code, out, err = self.t.diag()
|
||||||
self.tap(out)
|
self.tap(out)
|
||||||
self.assertRegexpMatches(out, "Compliance:\s+C\+\+11")
|
self.assertRegexpMatches(out, "Compliance:\s+C\+\+11")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue