You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We generally prefer fixtures to be close to the test they refer to, but sometimes the files become a bit bloated. It'd be nice for contributors if the tests are easy to read and navigate. For this shorter files are generally nicer.
The goal of this issue is to discuss refactoring options for the fixtures.
Describe the solution you'd like
Some options for refactoring the fixtures are:
using a conftest.py file(s)
using pytest_plugins variables like this (we do that in 🦀 s).
Describe alternatives you've considered
\
Additional context
\
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We generally prefer fixtures to be close to the test they refer to, but sometimes the files become a bit bloated. It'd be nice for contributors if the tests are easy to read and navigate. For this shorter files are generally nicer.
The goal of this issue is to discuss refactoring options for the fixtures.
Describe the solution you'd like
Some options for refactoring the fixtures are:
Describe alternatives you've considered
\
Additional context
\
The text was updated successfully, but these errors were encountered: