HarryR / panautomata

Cross-chain proofs and atomic transactions
GNU General Public License v3.0
18 stars 2 forks source link

Python code coverage, coveralls #7

Closed HarryR closed 6 years ago

HarryR commented 6 years ago

See: https://github.com/audreyr/how-to/blob/master/python/use_coverage_with_unittest.rst

It would be good to get interesting code metrics and test coverage for the Python side of things, this should help maintain code quality.

See: https://pypi.org/project/coveralls/

Using the cov-append flag we should be able to run the end-to-end tests under coverage too (which includes Lithium daemons, example client code). This will get a better overall picture of how much of the code is covered.