Ex-Mente / auxi.0

GNU Lesser General Public License v3.0
8 stars 8 forks source link

Improve test coverage in auxi.tools.chemistry.thermochemistry #114

Open johanzietsman-em opened 8 years ago

johanzietsman-em commented 8 years ago

Background

We have never formally tested the code coverage of our tests before. We started doing it with the coverage package available in Python. This showed deficiencies in the coverage that need fixing.

Purpose

The purpose of this issue is to improve the test coverage of auxi.tools.chemistry.thermochemistry to as close to 100% as possible.

Approach

Use the "coverage.py" package available in Python to determine test coverage. This will tell you what to focus on.