Running testsΒΆ

For running tests you need to install django-bower in development mode with:

python setup.py develop

Install dev requirements:

pip install -r requirements_dev.txt

Now you can run tests with:

django-admin.py test --settings=djangobower.test_settings djangobower

You can change test project root with TEST_PROJECT_ROOT environment variable. By default it is /tmp.

You can show current tests status in travis ci.