[py-svn] r45649 - py/trunk/py

fijal at codespeak.net fijal at codespeak.net
Tue Aug 14 11:49:04 CEST 2007


Author: fijal
Date: Tue Aug 14 11:49:04 2007
New Revision: 45649

Modified:
   py/trunk/py/__init__.py
Log:
Two possible skip reasons


Modified: py/trunk/py/__init__.py
==============================================================================
--- py/trunk/py/__init__.py	(original)
+++ py/trunk/py/__init__.py	Tue Aug 14 11:49:04 2007
@@ -31,6 +31,8 @@
     'test.skip'              : ('./test/item.py', 'skip'),
     'test.fail'              : ('./test/item.py', 'fail'),
     'test.exit'              : ('./test/session.py', 'exit'),
+    'test.broken'            : ('./test/item.py', 'Broken'),
+    'test.notimplemented'    : ('./test/item.py', '_NotImplemented'),
 
     # configuration/initialization related test api
     'test.config'            : ('./test/config.py', 'config_per_process'),


More information about the py-svn mailing list