[Python-checkins] r57236 - sandbox/trunk/import_in_py/tests/test_fs_loader.py

brett.cannon python-checkins at python.org
Tue Aug 21 05:12:33 CEST 2007


Author: brett.cannon
Date: Tue Aug 21 05:12:33 2007
New Revision: 57236

Modified:
   sandbox/trunk/import_in_py/tests/test_fs_loader.py
Log:
Put in stub tests for the PEP 302 optional extensions.


Modified: sandbox/trunk/import_in_py/tests/test_fs_loader.py
==============================================================================
--- sandbox/trunk/import_in_py/tests/test_fs_loader.py	(original)
+++ sandbox/trunk/import_in_py/tests/test_fs_loader.py	Tue Aug 21 05:12:33 2007
@@ -297,7 +297,8 @@
 
 def test_main():
     test_support.run_unittest(ExtensionFileLoaderTests, BasicPyFileLoaderTests,
-                                PyFileLoaderLoadingTests)
+                                PyFileLoaderLoadingTests,
+                                PEP302PyFileInterface)
 
 
 if __name__ == '__main__':


More information about the Python-checkins mailing list