Skip to content

Create unit tests for each module #35

Open

Description

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

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions