mirror of
https://github.com/python/cpython.git
synced 2025-08-15 06:10:47 +00:00
Add few words about test.test_genericpath.CommonTest
This commit is contained in:
parent
0d6908b030
commit
a37b7af4d7
1 changed files with 3 additions and 0 deletions
|
@ -155,6 +155,9 @@ class GenericTest(unittest.TestCase):
|
||||||
safe_rmdir(test_support.TESTFN)
|
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):
|
class CommonTest(GenericTest):
|
||||||
# The path module to be tested
|
# The path module to be tested
|
||||||
pathmodule = None
|
pathmodule = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue