This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Description
Before creating tests for the pipeline, research best practices for testing pipelines for report generation (not sure if this exists but can likely pull from similar projects).
This likely includes:
- Unit tests for functions
- Creating test data with edge cases or peculiarities
- Performance testing (time)
Opening this issue as a place to put resources for testing. This will likely inspire some new material in the dev guide as well.