rehabstudio / dockerfiles

Dockerfiles for automated building of public images on Docker Hub
4 stars 4 forks source link

Remove pytest-sugar and add coverage support #14

Closed novopl closed 7 years ago

novopl commented 7 years ago

pytest-sugar is useless since docker does not handle shell colors very well. This results in an output full of shell opcodes rather than nice test report. The built in reporter is more readable in this case.