===========
Breadcrumbs
===========

Breadcrumbs is a Django application to use breadcrumbs-based navigation.

Running the tests
-----------------

1. Create and load an isolated Django test environment::

    $ virtualenv env
    $ source env/bin/activate
    $ pip install -r requirements.txt

2. Run the tests::

    $ ./runtests.py
