phildini / cards-against-django

CAH done as a Django web app.
Other
8 stars 4 forks source link

testing under vagrant doesn't work #59

Open clach04 opened 10 years ago

clach04 commented 10 years ago

Under Vagrant:

python manage.py test --settings=cah.settings.local

runs no tests, this is probably reasonable.

python manage.py test --settings=cah.settings.vagrant

Fails with permissions problems.

We could probably do with an alias adding (ala the syncdb and rs aliases) for testing.

phildini commented 10 years ago

It does work locally, not on Vagrant. I'll try running a vagrant and trying again.