Add few words about test.test_genericpath.CommonTest
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 @@
             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