mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- The Sith must never be allowed to regain their power over us.
This commit is contained in:
parent
87d00698db
commit
281edcc38f
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ class TestFilterPrefix(TestCase):
|
|||
self.assertIn('seven', out)
|
||||
self.assertIn('eight', out)
|
||||
|
||||
def test_list_project_startwsith_bar(self):
|
||||
def test_list_project_startswith_bar(self):
|
||||
"""Filter on project name start."""
|
||||
code, out, err = self.t(('list', 'project.startswith:bar'))
|
||||
self.assertNotIn('one', out)
|
||||
|
@ -124,7 +124,7 @@ class TestFilterPrefix(TestCase):
|
|||
self.assertNotIn('seven', out)
|
||||
self.assertNotIn('eight', out)
|
||||
|
||||
def test_list_descrtiption_has_foo(self):
|
||||
def test_list_description_has_foo(self):
|
||||
"""Filter on description pattern."""
|
||||
code, out, err = self.t(('list', 'description.has:foo'))
|
||||
self.assertIn('one', out)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue