auxi.tools.chemistry.thermochemistry_test module¶
This module provides testing code for the thermochemistry module.
-
class
auxi.tools.chemistry.thermochemistry_test.ThermoFunctionTester(methodName='runTest')¶ Bases:
unittest.case.TestCaseThe function tester for the thermochemistry module.
-
assertAlmostEqual(first, second, places=14, msg=None, delta=None)¶
-
test_Cp()¶
-
test_G()¶
-
test_H()¶
-
test_S()¶
-
test_compound_get_phase_list()¶
-
test_cpRecord___str__()¶
-
test_get_datafile_references()¶
-
test_get_reference()¶
-
test_load_data_auxi()¶
-
test_molar_mass()¶
-
test_phase___str__()¶
-