Code review comment for lp:~patrick-hetu/charms/precise/python-django/pure-python

Revision history for this message
Patrick Hetu (patrick-hetu) wrote :

Fix in 68:

For me the lint test pass. Both with bundletester and my makefile.

For the integration tests: 01-dj13, 01-dj14, 10-mysql and 10-postgresql

I'm not really sure why but bundletester is creating a virtualenv in the charm directory
but then my test script fail to copy that .venv directory to the temporary directory where it
runs the tests.

So now I'm excluding that .venv and all the tests are passing.
I've also commented the test directive in the makefile since bundletester will
run it and then rerun each tests individually.

« Back to merge proposal