Unit Tests

Running Tests

The Seeker unit tests are based on Django’s testing framework. The easiest way to get the tests running is to create a virtualenv, then:

cd tests
pip install -r requirements.txt
python manage.py test