remove config.getinitialnodes() method that was only used for testing method after the refactoring.
--HG-- branch : trunk
This commit is contained in:
@@ -1127,3 +1127,10 @@ class TestReportInfo:
|
||||
pass
|
||||
"""
|
||||
|
||||
def test_show_funcarg(testdir):
|
||||
result = testdir.runpytest("--funcargs")
|
||||
result.stdout.fnmatch_lines([
|
||||
"*tmpdir*",
|
||||
"*temporary directory*",
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user