home · contact · privacy
Require explicit call to Day.save to have any Day committed to DB.
[plomtask] / tests / test_days.py
index 02f72af140dd13cbc189af14ade4b856cf1a4c63..828e5e895f8a53c6ad71bb65c151721ec6b7a5a7 100644 (file)
@@ -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):