[Python-checkins] r57088 - sandbox/trunk/import_in_py/tests/test_fs_importer.py

brett.cannon python-checkins at python.org
Thu Aug 16 10:28:18 CEST 2007


Author: brett.cannon
Date: Thu Aug 16 10:28:17 2007
New Revision: 57088

Modified:
   sandbox/trunk/import_in_py/tests/test_fs_importer.py
Log:
Add comments for tests of classes that are (soon to be) obsolete.


Modified: sandbox/trunk/import_in_py/tests/test_fs_importer.py
==============================================================================
--- sandbox/trunk/import_in_py/tests/test_fs_importer.py	(original)
+++ sandbox/trunk/import_in_py/tests/test_fs_importer.py	Thu Aug 16 10:28:17 2007
@@ -208,6 +208,7 @@
 
 
 
+# XXX Obsolete.
 class FileSystemFactoryTests(unittest.TestCase):
 
     """Test the filesystem path_hooks factory function."""
@@ -241,6 +242,7 @@
             os.remove(test_support.TESTFN)
 
 
+# XXX Obsolete.
 class FileSystemImporterTests(TestPyPycPackages):
 
     """Test the filesystem importer."""


More information about the Python-checkins mailing list