Test New Features - Story
Open
@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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.