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 ebe6bba commit c10e9f6Copy full SHA for c10e9f6
doc/en/explanation/pythonpath.rst
@@ -64,7 +64,7 @@ these values:
64
65
* Test modules can't import each other.
66
* Testing utility modules in the tests directories (for example a ``tests.helpers`` module containing test-related functions/classes)
67
- are not importable. The recommendation in this case it to place testing utility modules together with the application/library
+ are not importable. The recommendation in this case is to place testing utility modules together with the application/library
68
code, for example ``app.testing.helpers``.
69
70
Important: by "test utility modules", we mean functions/classes which are imported by
0 commit comments