[Python-checkins] r82056 - python/trunk/Lib/test/test_genericpath.py

florent.xicluna python-checkins at python.org
Thu Jun 17 22:30:56 CEST 2010


Author: florent.xicluna
Date: Thu Jun 17 22:30:56 2010
New Revision: 82056

Log:
Add few words about test.test_genericpath.CommonTest


Modified:
   python/trunk/Lib/test/test_genericpath.py

Modified: python/trunk/Lib/test/test_genericpath.py
==============================================================================
--- python/trunk/Lib/test/test_genericpath.py	(original)
+++ python/trunk/Lib/test/test_genericpath.py	Thu Jun 17 22:30:56 2010
@@ -155,6 +155,9 @@
             safe_rmdir(test_support.TESTFN)
 
 
+# Following TestCase is not supposed to be run from test_genericpath.
+# It is inherited by other test modules (macpath, ntpath, posixpath).
+
 class CommonTest(GenericTest):
     # The path module to be tested
     pathmodule = None


More information about the Python-checkins mailing list