aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/tests
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney/tests')
-rw-r--r--ihatemoney/tests/tests.py18
1 files changed, 4 insertions, 14 deletions
diff --git a/ihatemoney/tests/tests.py b/ihatemoney/tests/tests.py
index 876a153..0c99bca 100644
--- a/ihatemoney/tests/tests.py
+++ b/ihatemoney/tests/tests.py
@@ -933,29 +933,19 @@ class BudgetTestCase(IhatemoneyTestCase):
self.assertIn(
"<td>alexis</td>\n "
+ "<td>20.00</td>\n "
- + "<td>31.67</td>\n "
- + "<td>-11.67</td>\n",
+ + "<td>31.67</td>\n",
response.data.decode("utf-8"),
)
self.assertIn(
- "<td>fred</td>\n "
- + "<td>20.00</td>\n "
- + "<td>5.83</td>\n "
- + "<td>14.17</td>\n",
+ "<td>fred</td>\n " + "<td>20.00</td>\n " + "<td>5.83</td>\n",
response.data.decode("utf-8"),
)
self.assertIn(
- "<td>tata</td>\n "
- + "<td>0.00</td>\n "
- + "<td>2.50</td>\n "
- + "<td>-2.50</td>\n",
+ "<td>tata</td>\n " + "<td>0.00</td>\n " + "<td>2.50</td>\n",
response.data.decode("utf-8"),
)
self.assertIn(
- "<td>toto</td>\n "
- + "<td>0.00</td>\n "
- + "<td>0.00</td>\n "
- + "<td>0.00</td>\n",
+ "<td>toto</td>\n " + "<td>0.00</td>\n " + "<td>0.00</td>\n",
response.data.decode("utf-8"),
)