X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7B%20card_id%20%7D%7D/delete?a=blobdiff_plain;f=tests%2Ftest_days.py;h=828e5e895f8a53c6ad71bb65c151721ec6b7a5a7;hb=b16ae56b9c1a5bb799594fdd759a400d40488350;hp=02f72af140dd13cbc189af14ade4b856cf1a4c63;hpb=934d0d4db064ba3cfdc9e826c55b67c75a383f3d;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):