[py-svn] r37863 - py/trunk/py

fijal at codespeak.net fijal at codespeak.net
Sat Feb 3 13:15:24 CET 2007


Author: fijal
Date: Sat Feb  3 13:15:23 2007
New Revision: 37863

Modified:
   py/trunk/py/__init__.py
Log:
Ooops, didn't meant to check that in.


Modified: py/trunk/py/__init__.py
==============================================================================
--- py/trunk/py/__init__.py	(original)
+++ py/trunk/py/__init__.py	Sat Feb  3 13:15:23 2007
@@ -27,7 +27,6 @@
     'test.skip'              : ('./test/item.py', 'skip'),
     'test.fail'              : ('./test/item.py', 'fail'),
     'test.exit'              : ('./test/session.py', 'exit'),
-    'test.pdb'               : ('./test/pdbplus.py', 'start_pdb'),
 
     # configuration/initialization related test api
     'test.config'            : ('./test/config.py', 'config_per_process'),



More information about the pytest-commit mailing list