[py-svn] r48310 - py/branch/reporter-merge/py

fijal at codespeak.net fijal at codespeak.net
Mon Nov 5 11:14:28 CET 2007


Author: fijal
Date: Mon Nov  5 11:14:26 2007
New Revision: 48310

Modified:
   py/branch/reporter-merge/py/__init__.py
Log:
Expose custompdb


Modified: py/branch/reporter-merge/py/__init__.py
==============================================================================
--- py/branch/reporter-merge/py/__init__.py	(original)
+++ py/branch/reporter-merge/py/__init__.py	Mon Nov  5 11:14:26 2007
@@ -33,6 +33,7 @@
     'test.exit'              : ('./test/session.py', 'exit'),
     'test.broken'            : ('./test/item.py', 'Broken'),
     'test.notimplemented'    : ('./test/item.py', '_NotImplemented'),
+    'test.pdb'               : ('./test/custompdb.py', 'set_trace'),
 
     # configuration/initialization related test api
     'test.config'            : ('./test/config.py', 'config_per_process'),


More information about the py-svn mailing list