Commit a37b7af4 authored by Florent Xicluna's avatar Florent Xicluna

Add few words about test.test_genericpath.CommonTest

parent 0d6908b0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment