HopkinsIDD / flepiMoP

The Flexible Epidemic Modeling Pipeline
https://flepimop.org
GNU General Public License v3.0
9 stars 4 forks source link

Expanding `gempyor` unit testing framework to include exception checks #307

Open emprzy opened 2 months ago

emprzy commented 2 months ago

Label

enhancement, gempyor

Priority Label

medium priority

Is your feature request related to a problem? Please describe.

As per issue #281, the Exceptions/errors that are in gempyor need a little TLC. One practice this should entail is including exception checks in the gempyor unit tests.

Is your feature request related to a new application, scenario round, pathogen? Please describe.

No response

Describe the solution you'd like

Once the appropriate Exceptions/errors have been confirmed for gempyor, clauses should be written into the unit tests that will appropriately simulate situations where those Exceptions/errors would get thrown.

shauntruelove commented 1 month ago

Related to #294