* move some test_pytest_terminal tests to become functional/acceptance tests
* refine pytest_namespace to not take a config object --HG-- branch : 1.0.x
This commit is contained in:
@@ -175,7 +175,7 @@ class TestPytestPluginInteractions:
|
||||
|
||||
def test_do_ext_namespace(self, testdir):
|
||||
testdir.makeconftest("""
|
||||
def pytest_namespace(config):
|
||||
def pytest_namespace():
|
||||
return {'hello': 'world'}
|
||||
""")
|
||||
p = testdir.makepyfile("""
|
||||
|
||||
Reference in New Issue
Block a user