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

Move tests to tests/ directory #58

Closed
nealrichardson opened this issue Feb 29, 2024 · 0 comments · Fixed by #60
Closed

Move tests to tests/ directory #58

nealrichardson opened this issue Feb 29, 2024 · 0 comments · Fixed by #60
Assignees
Milestone

Comments

@nealrichardson
Copy link
Collaborator

I want to factor out the mock API responses into their own files so that they can be reused and so that they aren't taking up so much space in the test files themselves. So that we aren't cluttering the actual package submodule directories, I think it makes sense to move the tests to a tests directory.

pytest does not insist on one mode of test organization over the other: https://docs.pytest.org/en/7.1.x/explanation/goodpractices.html#choosing-a-test-layout-import-rules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant