From 8e12bb0a5189cd28072ba3b12e5360c4e0fcd354 Mon Sep 17 00:00:00 2001 From: Martin Bley Date: Wed, 20 Jan 2016 19:03:01 +0100 Subject: [PATCH] Just a test --- tipp/tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tipp/tests.py b/tipp/tests.py index 501deb7..be6cedc 100644 --- a/tipp/tests.py +++ b/tipp/tests.py @@ -14,3 +14,5 @@ class SimpleTest(TestCase): Tests that 1 + 1 always equals 2. """ self.assertEqual(1 + 1, 2) + +# That's it!