mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
Test: Updated attmod test because of new rules
This commit is contained in:
parent
00512d94cf
commit
eab8ef9bc1
1 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ class TestBug299(TestCase):
|
|||
code, out, err = self.t("list project.isnt:one pro.isnt:two")
|
||||
|
||||
self.assertNotRegexpMatches(out, "one.*foo")
|
||||
self.assertRegexpMatches(out, "ones.*faz")
|
||||
self.assertNotRegexpMatches(out, "ones.*faz")
|
||||
self.assertRegexpMatches(out, "phone.*boo")
|
||||
self.assertRegexpMatches(out, "bones.*too")
|
||||
|
||||
|
@ -270,7 +270,7 @@ class TestBug906(TestCase):
|
|||
|
||||
code, out, err = self.t("pro.not:a list")
|
||||
self.assertIn("zero", out)
|
||||
self.assertIn("one", out)
|
||||
self.assertNotIn("one", out)
|
||||
self.assertNotIn("two", out)
|
||||
|
||||
code, out, err = self.t("pro.not:a.b list")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue