py3minepi / py3minepi-legacy

Original attempt to port Minecraft Pi to Python 3
https://github.com/py3minepi/py3minepi
Other
25 stars 7 forks source link

Run coverage under tox #66

Closed ghickman closed 9 years ago

ghickman commented 9 years ago

This adds a coverage test environment to tox to run coverage on the code base via pytest.

Note it only reports on mcpi to avoid picking up extra directories like .tox and tests.

landscape-bot commented 9 years ago

Code Health Code quality remained the same when pulling 068a969 on py3minepi:add-coverage into 69dda28 on py3minepi:feature/2to3.

pozorvlak commented 9 years ago

Tests should pass once #65 and #63 have been merged, right?

ghickman commented 9 years ago

@pozorvlak – yep, I'll merge feature/2to3 into this branch when they're both merged.

pozorvlak commented 9 years ago

@ghickman I've now merged them both - could you please merge 2to3 in or rebase?

ghickman commented 9 years ago

@pozorvlak – done and w00 yea tests passing!

landscape-bot commented 9 years ago

Code Health Code quality remained the same when pulling c04d29c on py3minepi:add-coverage into 6da6c47 on py3minepi:feature/2to3.