mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Removed diagnostic output from test
This commit is contained in:
parent
18a8ea7b07
commit
f84677fbef
1 changed files with 1 additions and 2 deletions
|
@ -47,13 +47,12 @@ class TestFeature891(TestCase):
|
|||
|
||||
def test_uuid_filter(self):
|
||||
for i in range(35,7,-1):
|
||||
self.tap("UUID %s" % self.uuid[0:i])
|
||||
code, out, err = self.t((self.uuid[0:i], "list"))
|
||||
self.assertIn("one", out)
|
||||
self.assertNotIn("two", out)
|
||||
|
||||
# TODO This should fail because a 7-character UUID is not a UUID, but
|
||||
# instead it blindly does nothing, and succeeds.
|
||||
# instead it blindly does nothing, and succeeds. Voodoo.
|
||||
#code, out, err = self.t((self.uuid[0:6], "list"))
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue