File tree 1 file changed +2
-2
lines changed
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``
8
8
Import modes
9
9
------------
10
10
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.
12
12
13
13
Importing files in Python is a non-trivial process, so aspects of the
14
14
import process can be controlled through the ``--import-mode `` command-line flag, which can assume
@@ -78,7 +78,7 @@ these values:
78
78
79
79
For non-test modules, this will work if they are accessible via :py:data: `sys.path `. So
80
80
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).
82
82
83
83
If this step succeeds, the module is returned.
84
84
You can’t perform that action at this time.
0 commit comments