shift all python related testing functioanlity to a dedicated

pytest_python

plugin which incorporates pytest's logic of python function testing (including funcargs).

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-09-25 18:23:26 +02:00
parent e2683f4538
commit 2cf22e3124
10 changed files with 830 additions and 835 deletions

View File

@@ -45,12 +45,6 @@ py.apipkg.initpkg(__name__, dict(
'Directory' : '._test.collect:Directory',
'File' : '._test.collect:File',
'Item' : '._test.collect:Item',
'Module' : '._test.pycollect:Module',
'Class' : '._test.pycollect:Class',
'Instance' : '._test.pycollect:Instance',
'Generator' : '._test.pycollect:Generator',
'Function' : '._test.pycollect:Function',
'_fillfuncargs' : '._test.funcargs:fillfuncargs',
},
'cmdline': {
'main' : '._test.session:main', # backward compat