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.
Currently python test fixtures are imported from other files to be used in multiple tests, and this isn't the best style-wise
Describe the solution you'd like
Add an extra fixtures/ folder in the test folder and move fixtures relevant to specific classes into that folder with names for the same classes
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently python test fixtures are imported from other files to be used in multiple tests, and this isn't the best style-wise
Describe the solution you'd like
Add an extra fixtures/ folder in the test folder and move fixtures relevant to specific classes into that folder with names for the same classes
The text was updated successfully, but these errors were encountered: