tests.models.base_thermo
Base test case for thermodynamic models
Classes
- class tests.models.base_thermo.ThermoModelBaseCase
Bases:
JsonTestCase,ABCBase test case for thermodynamic models
- EXPECT_MISSING_DATA: bool = True
- SAVE_NEW_DATA: bool = True
- classmethod setUpClass(thermo)
- Parameters:
thermo (ThermoModel)
- test_class_is_valid()
- test_de_dt()
- test_dge_dT()
- test_dgs_dT()
- test_dp_dt()
- test_ge()
- test_gs()
- thermo: ThermoModel