So there are a few things going on, or will go on, that I need to pay attention to:
Need to test the outputs
Need to test and validate the inputs
Inputs can come from a json/dictionary or the web inputs
Need to make some sort of CI with test model inputs?
The tests should hit against some set validations that are stored somewhere that makes sense to hit again json inputs and user inputs
The validations will also be run during the normal pipeline, so need to be stashed somewhere that can be accessed easily and have many run without having to call a million things (at least, not in the pipeline)
Add some tests for CI