summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_genericpath.py
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-06-17 20:30:56 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-06-17 20:30:56 (GMT)
commita37b7af4d787a53ad0dcbdedef0e95f8546d2e28 (patch)
treeaa76c4eadc3cfaa10b8e236dbcd7bd24e9672cf3 /Lib/test/test_genericpath.py
parent0d6908b030c21bfb0c093e14837818b5c068512f (diff)
downloadcpython-a37b7af4d787a53ad0dcbdedef0e95f8546d2e28.zip
cpython-a37b7af4d787a53ad0dcbdedef0e95f8546d2e28.tar.gz
cpython-a37b7af4d787a53ad0dcbdedef0e95f8546d2e28.tar.bz2
Add few words about test.test_genericpath.CommonTest
Diffstat (limited to 'Lib/test/test_genericpath.py')
-rw-r--r--Lib/test/test_genericpath.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/test_genericpath.py b/Lib/test/test_genericpath.py
index 972d00e..3975b56 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