Add initial test framework for utils functions
Compare changes
Files
1- Matthew K Defenderfer authored
finish tests for age grouping. combine days and weeks params into single variables to reduce duplicate effort
Added the initial test framework that will eventually encompass all of the functions in the package. Started with the primary utility functions since those are widely used and also simple enough to get used to writing tests. All current tests pass
finish tests for age grouping. combine days and weeks params into single variables to reduce duplicate effort