Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
19 lines (12 loc) · 382 Bytes

running_tests.rst

File metadata and controls

19 lines (12 loc) · 382 Bytes

Running tests

There is a minimal project and buildout configuration to get the tests up and running. In the source checkout switch to the tests directory and run:

python bootstrap.py
./bin/buildout

This will setup buildout and install all the needed dependencies in a isolated environment.

Run the tests:

./bin/django test filer