Importing built-in fixtures #10648
-
I'd really like to have all the used fixtures shown in the test module, either by defining them myself, or by showing where they're coming from by explicitly importing them. So, what's the proper way to import the built-in fixtures? I could use |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
There is no support for that currently, and no planned support either. See #3834 for a lengthy discussion, including alternatives/ideas. |
Beta Was this translation helpful? Give feedback.
-
To reduce the confusion for new developers who are not used to pytest fixtures, we are considering adding a note of at the top of our test modules listing which builtin/ |
Beta Was this translation helpful? Give feedback.
There is no support for that currently, and no planned support either. See #3834 for a lengthy discussion, including alternatives/ideas.