Ex-Mente / auxi.0

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

Improve test coverage in auxi.tools.chemistry.stoichiometry #113

Closed johanzietsman-em closed 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.stoichiometry to as close to 100% as possible.