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
-8
View File
@@ -517,14 +517,6 @@ def test_trace_reporting(testdir):
])
assert result.ret == 0
def test_show_funcarg(testdir, option):
args = option.args + ["--funcargs"]
result = testdir.runpytest(*args)
result.stdout.fnmatch_lines([
"*tmpdir*",
"*temporary directory*",
]
)
class TestGenericReporting:
""" this test class can be subclassed with a different option