add header info: always report 3rd party plugins in test runs

This commit is contained in:
holger krekel
2012-06-20 00:16:47 +02:00
parent 1bbe1d086c
commit 18306a4644
3 changed files with 16 additions and 0 deletions

View File

@@ -416,6 +416,10 @@ class TestTerminalFunctional:
"*test_header_trailer_info.py .",
"=* 1 passed in *.[0-9][0-9] seconds *=",
])
if pytest.config.pluginmanager._plugin_distinfo:
result.stdout.fnmatch_lines([
"plugins: *",
])
def test_showlocals(self, testdir):
p1 = testdir.makepyfile("""