mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Added test for +nonag
This commit is contained in:
parent
ec027b707d
commit
78b4e4fcc8
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@ class TestNagging(TestCase):
|
|||
self.t("add priority:M four")
|
||||
self.t("add priority:L five")
|
||||
self.t("add six")
|
||||
self.t("add seven +nonag")
|
||||
|
||||
code, out, err = self.t("7 done")
|
||||
self.assertNotIn("NAG", err)
|
||||
|
||||
code, out, err = self.t("6 done")
|
||||
self.assertIn("NAG", err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue