chempots#
Created on Wed Jun 14 15:28:02 2023
@author: villa
Classes
|
Provides methods to test Chempots objects |
|
Provides methods to test Reservoirs objects |
- class ChempotsTest(methodName='runTest')[source]#
Bases:
DefermiTestProvides methods to test Chempots objects
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- class ReservoirsTest(methodName='runTest')[source]#
Bases:
ChempotsTestProvides methods to test Reservoirs objects
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.