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

Reorganize python testing folder into a unit and integration folder and begin to increase coverage by file #2013

Open
anth-volk opened this issue Nov 25, 2024 · 0 comments · May be fixed by #2021

Comments

@anth-volk
Copy link
Collaborator

I'm not yet sure how we should treat the current breakdown we have into python and api tests, as the python tests use standard Pytest, while the api tests are built against a YAML parsing structure just to test endpoint liveness and more basic request types - perhaps we even just keep the two separate. Even so, we should do something to break python down into unit, for file-level unit testing, and integration, for cross-API integration testing that doesn't need to correspond with our file structure. This should help increase coverage, as it will be easy to determine what is and isn't tested.

@anth-volk anth-volk linked a pull request Nov 26, 2024 that will close this issue
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