rcriii42 / DHLLDV

Python implementation of the DHLLDV slurry transport framework
GNU General Public License v2.0
8 stars 7 forks source link

Tests of PipeObj.py #15

Closed rcriii42 closed 2 years ago

rcriii42 commented 3 years ago

Create tests of the Pipeline object

rcriii42 commented 2 years ago

At 98% coverage as of 6f6bf1f91ad90cee64637e87fcf822da63caafd7

----------- coverage: platform win32, python 3.8.5-final-0 -----------
Name                             Stmts   Miss  Cover
----------------------------------------------------
src\DHLLDV\DHLLDV_Utils.py          37      0   100%
src\DHLLDV\DHLLDV_constants.py      12      0   100%
src\DHLLDV\DHLLDV_framework.py     270     15    94%
src\DHLLDV\PipeObj.py               94      2    98%
src\DHLLDV\PumpObj.py               58      1    98%
src\DHLLDV\SlurryObj.py            108     26    76%
src\DHLLDV\__init__.py               0      0   100%
src\DHLLDV\heterogeneous.py         55      0   100%
src\DHLLDV\homogeneous.py           57      3    95%
src\DHLLDV\stratified.py            80      1    99%
----------------------------------------------------
TOTAL                              771     48    94%