[7.4.x] #11091: documentation should use hypthonated properties (#11750)

This commit is contained in:
github-actions[bot]
2023-12-31 11:50:38 +02:00
committed by GitHub
parent 2cdd619bf4
commit b1f3387d42
10 changed files with 10 additions and 8 deletions

View File

@@ -1493,7 +1493,7 @@ class TestMetafuncFunctional:
pass
"""
)
result = pytester.runpytest("--collectonly")
result = pytester.runpytest("--collect-only")
result.stdout.fnmatch_lines(
[
"collected 0 items / 1 error",