[py-svn] r34893 - py/dist/py

guido at codespeak.net guido at codespeak.net
Thu Nov 23 14:37:38 CET 2006


Author: guido
Date: Thu Nov 23 14:37:36 2006
New Revision: 34893

Modified:
   py/dist/py/__init__.py
Log:
Added initpkg entries for the py.test.rest stuff.


Modified: py/dist/py/__init__.py
==============================================================================
--- py/dist/py/__init__.py	(original)
+++ py/dist/py/__init__.py	Thu Nov 23 14:37:36 2006
@@ -50,6 +50,10 @@
     'test.collect.Generator' : ('./test/collect.py', 'Generator'),
     'test.Item'              : ('./test/item.py', 'Item'),
     'test.Function'          : ('./test/item.py', 'Function'),
+    'test.rest.RestReporter' : ('./test/rsession/rest.py', 'RestReporter'),
+    'test.rest.NoLinkWriter' : ('./test/rsession/rest.py', 'NoLinkWriter'),
+    'test.rest.LinkWriter'   : ('./test/rsession/rest.py', 'LinkWriter'),
+    'test.rest.RelLinkWriter': ('./test/rsession/rest.py', 'RelLinkWriter'),
 
     # thread related API (still in early design phase)
     '_thread.WorkerPool'      : ('./thread/pool.py', 'WorkerPool'),



More information about the pytest-commit mailing list