e2nIEE / pandapower

Convenient Power System Modelling and Analysis based on PYPOWER and pandas
https://www.pandapower.org
Other
881 stars 484 forks source link

test coverage #2

Closed ghost closed 7 years ago

ghost commented 7 years ago

There are no tests for the topology module. Tests could be derived from the examples in the documentation

lthurner commented 7 years ago

test coverage rate is now available on coveralls: https://coveralls.io/github/lthurner/pandapower?branch=master and is currently at 74%

The main holes in the coverage seem to be:

lthurner commented 7 years ago

coverage was moved to codecov, since coveralls was not working properly: https://codecov.io/github/lthurner/pandapower?branch=develop

Current coverage rate is at 87%