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 6e176d3 commit dce207cCopy full SHA for dce207c
docs/pages/guides/pytest.md
@@ -83,7 +83,7 @@ testpaths = [
83
```
84
85
{% rr PP302 %} The `minversion` will print a nicer error if your `pytest` is too
86
-old (though, ironically, it won't read this is the version is too old, so
+old (though, ironically, it won't read this if the version is too old, so
87
setting "6" or less in `pyproject.toml` is rather pointless). The `addopts`
88
setting will add whatever you put there to the command line when you run;
89
{% rr PP308 %} `-ra` will print a summary "r"eport of "a"ll results, which gives
0 commit comments