[Checkins] SVN: DateTime/trunk/src/DateTime/tests/testDateTime.py No docstrings in testcases.

Tres Seaver tseaver at palladion.com
Fri Jul 9 16:56:33 EDT 2010


Log message for revision 114445:
  No docstrings in testcases.

Changed:
  U   DateTime/trunk/src/DateTime/tests/testDateTime.py

-=-
Modified: DateTime/trunk/src/DateTime/tests/testDateTime.py
===================================================================
--- DateTime/trunk/src/DateTime/tests/testDateTime.py	2010-07-09 20:56:18 UTC (rev 114444)
+++ DateTime/trunk/src/DateTime/tests/testDateTime.py	2010-07-09 20:56:33 UTC (rev 114445)
@@ -636,8 +636,7 @@
         self.failIf(real_failures, '\n'.join(real_failures))
     
     def testBasicTZ(self):
-        """psycopg2 supplies it's own tzinfo instances, with no `zone` attribute
-        """
+        #psycopg2 supplies it's own tzinfo instances, with no `zone` attribute
         tz = FixedOffset(60, 'GMT+1')
         dt1 = datetime(2008, 8, 5, 12, 0, tzinfo=tz)
         DT = DateTime(dt1)
@@ -648,7 +647,7 @@
 
 
     def testEDTTimezone(self):
-        """Should be able to parse EDT timezones"""
+        #Should be able to parse EDT timezones:  see lp:599856.
         dt = DateTime("Mon, 28 Jun 2010 10:12:25 EDT")
         self.assertEqual(dt.Day(), 'Monday')
         self.assertEqual(dt.day(), 28)



More information about the checkins mailing list