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

Create unit tests for each module #35

Open
jf514 opened this issue Aug 5, 2024 · 0 comments
Open

Create unit tests for each module #35

jf514 opened this issue Aug 5, 2024 · 0 comments
Assignees

Comments

@jf514
Copy link
Contributor

jf514 commented Aug 5, 2024

Need more unit test coverage:

  • make one test file per module (e.g., stac-mjx/utils.py -> tests/test_utils.py) (test_utils.py already exists, so please follow that.)
  • put python files defining a function that loads or points to the data in tests/fixtures
  • Any required data should be put into a fixture in tests/fixtures.
  • Look at codecov report to make sure you have 80% coverage

Follow:

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

No branches or pull requests

2 participants