mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Tests: Code cleanup
This commit is contained in:
parent
6a0960174f
commit
264fd264e9
1 changed files with 1 additions and 2 deletions
|
@ -206,8 +206,7 @@ class TestUdaNumeric(TestBaseUda):
|
||||||
"""Add tasks with an invalid UDA numeric"""
|
"""Add tasks with an invalid UDA numeric"""
|
||||||
code, out, err = self.t.runError("add bad extra:bad_numeric")
|
code, out, err = self.t.runError("add bad extra:bad_numeric")
|
||||||
self.assertNotIn("Created task", out)
|
self.assertNotIn("Created task", out)
|
||||||
self.assertIn("The value 'bad_numeric' is not a valid numeric value",
|
self.assertIn("The value 'bad_numeric' is not a valid numeric value", err)
|
||||||
err)
|
|
||||||
|
|
||||||
|
|
||||||
class TestUdaString(TestBaseUda):
|
class TestUdaString(TestBaseUda):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue