Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put Pytest fixtures inside of pytest.ini #83

Closed
nh916 opened this issue May 2, 2023 · 1 comment
Closed

Put Pytest fixtures inside of pytest.ini #83

nh916 opened this issue May 2, 2023 · 1 comment
Labels
good first issue Good for newcomers

Comments

@nh916
Copy link
Contributor

nh916 commented May 2, 2023

Description

currently all pytest fixtures are within the fixtures/ folder and imported into the conftest.py. It might be cleaner if we utilize pytest.ini or some kind of pytest configuration file to tell pytest where all of the pytest fixtures are located so we don't have to import it into conftest.py

@nh916 nh916 added the good first issue Good for newcomers label May 26, 2023
@nh916
Copy link
Contributor Author

nh916 commented Jul 21, 2023

I think this got the job done for now, but open to improvements if it comes along

#219

@nh916 nh916 closed this as completed Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant