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.
1 parent fec2ac8 commit 9826743Copy full SHA for 9826743
testing/test_collection.py
@@ -2767,7 +2767,7 @@ def test1(y, x):
2767
result = pytester.runpytest()
2768
self._assert_duplicate_msg(result, expected_indices)
2769
2770
- def test_cli_overrides_ini_false(self, pytester: Pytester):
+ def test_cli_overrides_ini_false(self, pytester: Pytester) -> None:
2771
"""CLI True should override ini False."""
2772
pytester.makeini(
2773
"""
0 commit comments