remove config.getinitialnodes() method that was only used for testing method after the refactoring.

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-10-04 16:55:03 +02:00
parent 29051458fc
commit f6da7ea0a5
5 changed files with 24 additions and 34 deletions

View File

@@ -1127,3 +1127,10 @@ class TestReportInfo:
pass
"""
def test_show_funcarg(testdir):
result = testdir.runpytest("--funcargs")
result.stdout.fnmatch_lines([
"*tmpdir*",
"*temporary directory*",
]
)