TestsΒΆ

Continuous integration test results are available online.

However, you can also test the source code.

$ workon myvenv
$ django-admin.py test removewww.tests --settings="removewww.tests.settings"

Creating test database for alias 'default'...
..........
----------------------------------------------------------------------
Ran 10 tests in 0.009s

OK
Destroying test database for alias 'default'...

A bundled settings file allows you to test the code without even creating a Django project.