diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-06-17 20:30:56 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-06-17 20:30:56 (GMT) |
commit | a37b7af4d787a53ad0dcbdedef0e95f8546d2e28 (patch) | |
tree | aa76c4eadc3cfaa10b8e236dbcd7bd24e9672cf3 /Lib/test/test_genericpath.py | |
parent | 0d6908b030c21bfb0c093e14837818b5c068512f (diff) | |
download | cpython-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.py | 3 |
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 |