CDCgov / CDCgov/DynODE

Test New Features - Story

Open
#415 1 comment 1 reaction 1 assignee View on GitHub

@arik-shurygin is already working on this.

Since May 30, 2025.

Dominant language
Python
Stars
13
Forks
3
Avg merge
19h 43m
Merged PRs (30d)
1

Description

Description

Now that DynODE has evolved, we need to test all the new features that have been added. This main issue is the vessel for sub-issues that can be ticked off incrementally to improve test coverage for evolved DynODE.

Considerations

  • A big addition to DynODE has been Pydantic data classes with validators. these will need to be tested for when they function correctly and, more importantly, so that they will through exceptions when validation fails.
  • There are new utils to tests (e.g. datetime experiment init stuff)
  • Libraries like Hypothesis (compatible with pytest) and faker (for synthetic data) are great for making sure tests aren't just static calculations, but code will be resilient to the experimentation we have planned for it

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.