[py-svn] r8848 - py/branch/py-collect

hpk at codespeak.net hpk at codespeak.net
Fri Feb 4 13:43:48 CET 2005


Author: hpk
Date: Fri Feb  4 00:01:54 2005
New Revision: 8848

Modified:
   py/branch/py-collect/__init__.py
Log:
ups, that was missing from the branch 


Modified: py/branch/py-collect/__init__.py
==============================================================================
--- py/branch/py-collect/__init__.py	(original)
+++ py/branch/py-collect/__init__.py	Fri Feb  4 00:01:54 2005
@@ -27,18 +27,20 @@
     'test2.fail'              : ('./test2/item.py', 'fail'),
     'test2.exit'              : ('./test2/drive.py', 'exit'),
     'test2.config'            : ('./test2/config.py', 'config'),
-    'test2.compat.TestCase'   : ('./test2/compat.py', 'TestCase'),
-    'test2.collect.Directory' : ('./test2/collect.py', 'Directory'),
-    'test2.collect.Module'    : ('./test2/collect.py', 'Module'),
-    'test2.collect.Class'     : ('./test2/collect.py', 'Class'),
-    'test2.collect.Generator' : ('./test2/collect.py', 'Generator'),
-    'test2.TextReporter'      : ('./test2/report/text/reporter.py',
-                                'TextReporter'),
     'test2.Option'            : ('./test2/tool/optparse.py', 'Option'),
-    'test2.MemoReporter'      : ('./test2/report/memo.py', 'MemoReporter'),
-    'test2.Item'              : ('./test2/item.py', 'Item'),
-    'test2.GenItem'           : ('./test2/item.py', 'GenItem'),
     'test2.Driver'            : ('./test2/drive.py', 'Driver'),
+    'test2.TerminalDriver'    : ('./test2/terminal.py', 'TerminalDriver'), 
+    #'test2.TextReporter'      : ('./test2/report/text/reporter.py',
+    #                            'TextReporter'),
+
+    'test2.Collector'         : ('./test2/collect.py', 'Collector'),
+    'test2.Directory'         : ('./test2/collect.py', 'Directory'),
+    'test2.Module'            : ('./test2/collect.py', 'Module'),
+    'test2.Class'             : ('./test2/collect.py', 'Class'),
+    'test2.Instance'          : ('./test2/collect.py', 'Instance'),
+    'test2.Generator'         : ('./test2/collect.py', 'Generator'),
+    'test2.Item'              : ('./test2/item.py', 'Item'),
+    'test2.Function'          : ('./test2/item.py', 'Function'),
 
     'std'                    : ('./misc/std.py', 'std'),
 



More information about the pytest-commit mailing list