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 92a351a + 6813993 commit 7fbf14eCopy full SHA for 7fbf14e
tests/test_pytest_mock.py
@@ -31,7 +31,7 @@ def needs_assert_rewrite(pytestconfig):
31
"""
32
Fixture which skips requesting test if assertion rewrite is disabled (#102)
33
34
- Making this a fixture to avoid acessing pytest's config in the global context.
+ Making this a fixture to avoid accessing pytest's config in the global context.
35
36
option = pytestconfig.getoption("assertmode")
37
if option != "rewrite":
0 commit comments