antioch icon indicating copy to clipboard operation
antioch copied to clipboard

Consolidate Testing Data into Classes

Open pbauman opened this issue 7 years ago • 0 comments

While adding testing to #240, it became clear we are starting to get some redundancy in testing data, e.g. coefficients for NASA polynomials, across testing classes. We should consolidate all this data into a class that can be subclassed so all the "gold" data is in one place. I was thinking maybe just ChemicalSpeciesData or some such (which can help with unit testing of chemical species parsing...) and then any test that needs that data can just subclass it and grab it as needed.

pbauman avatar May 11 '17 17:05 pbauman