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.
of been
have been
1 parent 33f2d2e commit ea495f0Copy full SHA for ea495f0
conftest.py
@@ -221,7 +221,7 @@ def pytest_collection_modifyitems(config, items):
221
# ----------------------------------
222
223
bad_ids_end_msg = (
224
- "Note the relevant tests might not of been collected by pytest, or "
+ "Note the relevant tests might not have been collected by pytest, or "
225
"another specified id might have already matched a test."
226
)
227
bad_skip_ids = [id_ for id_, matched in skip_id_matched.items() if not matched]
0 commit comments