remove pyrest and _py/rest before first 1.1. release

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-10-29 12:25:47 +01:00
parent 455b0afdfe
commit cc15685015
29 changed files with 105 additions and 886 deletions
+2 -1
View File
@@ -45,7 +45,8 @@ class TestDoctest:
def pytest_funcarg__testdir(self, request):
testdir = request.getfuncargvalue("testdir")
assert request.module.__name__ == __name__
testdir.makepyfile(confrest="from _py.rest.resthtml import Project")
testdir.makepyfile(confrest=
"from _py.test.plugin.pytest_restdoc import Project")
for p in testdir.plugins:
if p == globals():
break