aboutsummaryrefslogtreecommitdiff
path: root/tests/test_imagoIO.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_imagoIO.py')
-rw-r--r--tests/test_imagoIO.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/test_imagoIO.py b/tests/test_imagoIO.py
index 4f2d7bd..499fdb2 100644
--- a/tests/test_imagoIO.py
+++ b/tests/test_imagoIO.py
@@ -81,7 +81,8 @@ class TestImagoIO(unittest.TestCase):
'= \n\n' +
'= \n\n' +
'= \n\n' +
- '? unknown command\n\n',
+ '? unknown command\n\n' +
+ '= \n\n',
value
)
@@ -112,7 +113,8 @@ class TestImagoIO(unittest.TestCase):
self.assertEqual(
'= ' +
commandsString +
- '\n\n\n',
+ '\n\n' +
+ '= \n\n',
value
)
@@ -140,7 +142,8 @@ class TestImagoIO(unittest.TestCase):
self.assertEqual(
'? Wrong number of arguments\n' +
'? Usage: fixed_handicap <count>\n\n' +
- '= A1 A2\n\n',
+ '= A1 A2\n\n' +
+ '= \n\n',
value
)