Update doc/en/explanation/pythonpath.rst
From a quick overview it looks like lowercase is more consistent, although some pages do use `pytest` in code blocks Co-authored-by: Bruno Oliveira <bruno@soliv.dev>
This commit is contained in:
parent
b5ce001e43
commit
e34b4ee017
|
@ -8,7 +8,7 @@ pytest import mechanisms and ``sys.path``/``PYTHONPATH``
|
|||
Import modes
|
||||
------------
|
||||
|
||||
Pytest as a testing framework that needs to import test modules and ``conftest.py`` files for execution.
|
||||
pytest as a testing framework that needs to import test modules and ``conftest.py`` files for execution.
|
||||
|
||||
Importing files in Python is a non-trivial process, so aspects of the
|
||||
import process can be controlled through the ``--import-mode`` command-line flag, which can assume
|
||||
|
|
Loading…
Reference in New Issue