← Back to team overview

checkbox-dev team mailing list archive

On running test-with-coverage

 

Hey.

The plainbox/test-with-coverage.sh script may not work if you have
python3-coverage installed in your system (and then mk-venv won't be able
to override it). To solve this problem 'just' run this:

./test-with-coverage.sh "$(which python3) $(which python3.3-coverage)"

This is *with* the virtualenv activated so python3 must not be
/usr/bin/python3

Best regards
ZK

Follow ups