mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Added color 'reports' test for coverage
This commit is contained in:
parent
df3bcb1a4d
commit
16db5de994
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,11 @@ class TestReportCommand(TestCase):
|
|||
self.assertIn("next", out)
|
||||
self.assertIn("Most urgent tasks", out)
|
||||
|
||||
code, out, err = self.t("reports rc._forcecolor:on")
|
||||
self.assertIn("next", out)
|
||||
self.assertIn("Most urgent tasks", out)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
from simpletap import TAPTestRunner
|
||||
unittest.main(testRunner=TAPTestRunner())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue