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 a05da8a commit 3e75c0aCopy full SHA for 3e75c0a
doc/en/example/pythoncollection.rst
@@ -231,7 +231,7 @@ You can easily instruct ``pytest`` to discover tests from every Python file:
231
python_files = ["*.py"]
232
233
However, many projects will have a ``setup.py`` which they don't want to be
234
-imported. Moreover, there may files only importable by a specific python
+imported. Moreover, there may be files only importable by a specific python
235
version. For such cases you can dynamically define files to be ignored by
236
listing them in a ``conftest.py`` file:
237
0 commit comments