testing/test_helpconfig: remove unclear comment
This commit is contained in:
parent
92ba96b061
commit
8b220fad4d
|
@ -16,7 +16,6 @@ def test_version_less_verbose(pytester: Pytester, pytestconfig, monkeypatch) ->
|
||||||
monkeypatch.delenv("PYTEST_DISABLE_PLUGIN_AUTOLOAD")
|
monkeypatch.delenv("PYTEST_DISABLE_PLUGIN_AUTOLOAD")
|
||||||
result = pytester.runpytest("--version")
|
result = pytester.runpytest("--version")
|
||||||
assert result.ret == 0
|
assert result.ret == 0
|
||||||
# p = py.path.local(py.__file__).dirpath()
|
|
||||||
result.stderr.fnmatch_lines([f"pytest {pytest.__version__}"])
|
result.stderr.fnmatch_lines([f"pytest {pytest.__version__}"])
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue