From: Florent Xicluna Date: Thu, 17 Jun 2010 20:30:56 +0000 (+0000) Subject: Add few words about test.test_genericpath.CommonTest X-Git-Tag: v2.7rc2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a37b7af4d787a53ad0dcbdedef0e95f8546d2e28;p=thirdparty%2FPython%2Fcpython.git Add few words about test.test_genericpath.CommonTest --- diff --git a/Lib/test/test_genericpath.py b/Lib/test/test_genericpath.py index 972d00ee62cb..3975b56ab873 100644 --- a/Lib/test/test_genericpath.py +++ b/Lib/test/test_genericpath.py @@ -155,6 +155,9 @@ class GenericTest(unittest.TestCase): 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