aboutsummaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-09-14 17:33:47 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-09-14 17:33:47 +0200
commit46e38d1ce0e4d25342b7d0adb3db0f3855d959eb (patch)
treeffaf7caf4295ed9f2c8472993a15d776d09c8edc /test.py
parentac224fe92b075e45fee9a59f6be20be4eb5c9694 (diff)
downloadgeldschieberbot-46e38d1ce0e4d25342b7d0adb3db0f3855d959eb.tar.gz
geldschieberbot-46e38d1ce0e4d25342b7d0adb3db0f3855d959eb.zip
indent change parts in list-changes
Diffstat (limited to 'test.py')
-rwxr-xr-xtest.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/test.py b/test.py
index b26fc89..4d05bd6 100755
--- a/test.py
+++ b/test.py
@@ -723,8 +723,8 @@ class TestListChangesCmd(unittest.TestCase):
msg = \
"""Changes from alice 1-1
Change 1:
-!schieb bob 10
-alice <- 10.00 bob
+\t!schieb bob 10
+\talice <- 10.00 bob
"""
self.assertEqual(res.stdout, msg)
@@ -754,11 +754,11 @@ alice <- 10.00 bob
msg = \
"""Changes from alice 1-2
Change 1:
-!schieb bob 10
-alice <- 10.00 bob
+\t!schieb bob 10
+\talice <- 10.00 bob
Change 2:
-!zieh charlie 5
-alice -> 5.00 charlie
+\t!zieh charlie 5
+\talice -> 5.00 charlie
"""
self.assertEqual(res.stdout, msg)
@@ -769,8 +769,8 @@ alice -> 5.00 charlie
msg = \
"""Changes from alice 2-2
Change 2:
-!zieh charlie 5
-alice -> 5.00 charlie
+\t!zieh charlie 5
+\talice -> 5.00 charlie
"""
self.assertEqual(res.stdout, msg)
@@ -782,8 +782,8 @@ alice -> 5.00 charlie
msg = \
"""Changes from alice 2-2
Change 2:
-!zieh charlie 5
-alice -> 5.00 charlie
+\t!zieh charlie 5
+\talice -> 5.00 charlie
"""
self.assertEqual(res.stdout, msg)