dwsimopt.tests.test_interface.py

Module that contains the tests for the DWSIM-Python interface

Module

test_interface.py

Author

Lucas F. Santos <lfs.francisco.95@gmail.com>

class dwsimopt.tests.test_interface.TestDWSIM_Interface(methodName='runTest')

Bases: unittest.case.TestCase

Class that contains the tests for the DWSIM-Python interface

Args:

unittest (): Standard python module for unit testting code.

test_SimOpt_instantiation()

SimulationOptimziation class instantiation test.

test_addRef2DWSIM()

DWSIM dlls reference adding test.

test_connectDWSIM_simulation()

DWSIM connection test.

dwsimopt.tests.test_sim_opt.py

Module that contains the tests for the SimulationOptimization utilization for calculating the DWSIM flowsheet

Module

tests_sim_opt.py

Author

Lucas F. Santos <lfs.francisco.95@gmail.com>

class dwsimopt.tests.test_sim_opt.TestSimOpt(methodName='runTest')

Bases: unittest.case.TestCase

Class that contains the tests for the SimulationOptimization utilization for calculating the DWSIM flowsheet.

Args:

unittest (): Standard python module for unit testting code.

test_SimOpt_reproductibility()

Test for the DWSIM flowsheet calculation via Python interface and reproductibility.

dwsimopt.tests.test_py2dwsim.py

Module that contains the tests for the SimulationOptimization utilization for calculating the DWSIM flowsheet

Module

tests_sim_opt.py

Author

Lucas F. Santos <lfs.francisco.95@gmail.com>

class dwsimopt.tests.test_sim_opt.TestSimOpt(methodName='runTest')

Bases: unittest.case.TestCase

Class that contains the tests for the SimulationOptimization utilization for calculating the DWSIM flowsheet.

Args:

unittest (): Standard python module for unit testting code.

test_SimOpt_reproductibility()

Test for the DWSIM flowsheet calculation via Python interface and reproductibility.