Tests: \n on input= matters. Always include it

This commit is contained in:
Renato Alves 2015-07-10 18:08:46 +01:00
parent b86c079ed5
commit a3ea5cb412
2 changed files with 3 additions and 3 deletions

View file

@ -221,7 +221,7 @@ class TestBug605(TestCase):
"""
self.t("add One project:p1")
code, out, err = self.t(("1", "delete"), input="y")
code, out, err = self.t(("1", "delete"), input="y\n")
self.assertIn("is 0% complete", err)
self.t("add Two project:p1")