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.
python_files
1 parent 9631b3c commit b09762dCopy full SHA for b09762d
doc/en/writing_plugins.rst
@@ -181,6 +181,7 @@ done via a :pep:`302` import hook which gets installed early on when
181
``pytest`` starts up and will perform this rewriting when modules get
182
imported. However since we do not want to test different bytecode
183
then you will run in production this hook only rewrites test modules
184
+themselves (as defined by the :confval:`python_files` configuration option)
185
themselves as well as any modules which are part of plugins. Any
186
other imported module will not be rewritten and normal assertion
187
behaviour will happen.
0 commit comments