File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pytest import mechanisms and ``sys.path``/``PYTHONPATH``
88Import modes
99------------
1010
11- pytest as a testing framework that needs to import test modules and ``conftest.py `` files for execution.
11+ pytest as a testing framework needs to import test modules and ``conftest.py `` files for execution.
1212
1313Importing files in Python is a non-trivial process, so aspects of the
1414import process can be controlled through the ``--import-mode `` command-line flag, which can assume
@@ -78,7 +78,7 @@ these values:
7878
7979 For non-test modules, this will work if they are accessible via :py:data: `sys.path `. So
8080 for example, ``.env/lib/site-packages/app/core.py `` will be importable as ``app.core ``.
81- This is happens when plugins import non-test modules (for example doctesting).
81+ This happens when plugins import non-test modules (for example doctesting).
8282
8383 If this step succeeds, the module is returned.
8484
You can’t perform that action at this time.
0 commit comments