enable nose by default

--HG--
branch : 1.0.x
This commit is contained in:
holger krekel
2009-08-19 17:53:08 +02:00
parent 36288223b4
commit d668acfd99
4 changed files with 29 additions and 53 deletions

View File

@@ -10,5 +10,5 @@ Generator = py.test.collect.Generator
Function = py.test.collect.Function
Instance = py.test.collect.Instance
pytest_plugins = "default runner capture terminal keyword xfail tmpdir execnetcleanup monkeypatch recwarn pdb pastebin unittest helpconfig".split()
pytest_plugins = "default runner capture terminal keyword xfail tmpdir execnetcleanup monkeypatch recwarn pdb pastebin unittest helpconfig nose".split()