X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=tests%2Ftest_days.py;fp=tests%2Ftest_days.py;h=828e5e895f8a53c6ad71bb65c151721ec6b7a5a7;hb=b16ae56b9c1a5bb799594fdd759a400d40488350;hp=02f72af140dd13cbc189af14ade4b856cf1a4c63;hpb=9c3ba57169fdc71d3ffefd4c7c20cae4e89f9c9c;p=plomtask diff --git a/tests/test_days.py b/tests/test_days.py index 02f72af..828e5e8 100644 --- a/tests/test_days.py +++ b/tests/test_days.py @@ -9,7 +9,7 @@ class DayTests(TestCase): """Tests for testing the days module.""" def test_Day_dates(self): - """Test Day's date format..""" + """Test Day's date format.""" with self.assertRaises(HandledException): Day('foo') with self.assertRaises(HandledException):