[Checkins] SVN: DateTime/trunk/s catch up with test module rename

Hano Schlichting cvs-admin at zope.org
Sat Feb 23 13:37:27 UTC 2013


Log message for revision 129707:
  catch up with test module rename
  

Changed:
  U   DateTime/trunk/setup.py
  U   DateTime/trunk/src/DateTime/DateTime.txt

-=-
Modified: DateTime/trunk/setup.py
===================================================================
--- DateTime/trunk/setup.py	2013-02-23 13:34:44 UTC (rev 129706)
+++ DateTime/trunk/setup.py	2013-02-23 13:37:26 UTC (rev 129707)
@@ -47,6 +47,6 @@
           'pytz',
       ],
       include_package_data=True,
-      test_suite='DateTime.tests.testDateTime.test_suite',
+      test_suite='DateTime.tests.test_datetime.test_suite',
       zip_safe=False,
       )

Modified: DateTime/trunk/src/DateTime/DateTime.txt
===================================================================
--- DateTime/trunk/src/DateTime/DateTime.txt	2013-02-23 13:34:44 UTC (rev 129706)
+++ DateTime/trunk/src/DateTime/DateTime.txt	2013-02-23 13:37:26 UTC (rev 129707)
@@ -443,7 +443,7 @@
 strftime()
 ~~~~~~~~~~
 
-See ``tests/testDateTime.py``.
+See ``tests/test_datetime.py``.
 
 General formats from previous DateTime
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



More information about the checkins mailing list