We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13bd60a + 940e813 commit efdcc25Copy full SHA for efdcc25
test/conftest.py
@@ -7,7 +7,7 @@
7
8
from pyhttpd.env import HttpdTestEnv
9
10
-def pytest_report_header(config, startdir):
+def pytest_report_header(config, start_path):
11
env = HttpdTestEnv()
12
return f"[apache httpd: {env.get_httpd_version()}, mpm: {env.mpm_module}, {env.prefix}]"
13
0 commit comments