Just a test

This commit is contained in:
2016-01-20 19:03:01 +01:00
parent 91faecae56
commit 8e12bb0a51

View File

@@ -14,3 +14,5 @@ class SimpleTest(TestCase):
Tests that 1 + 1 always equals 2.
"""
self.assertEqual(1 + 1, 2)
# That's it!