Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 311 Bytes

TESTING.md

File metadata and controls

8 lines (6 loc) · 311 Bytes

how to test

source venv/bin/activate
python manage.py test
  • tests must be run with a postgresql database -- sqlite won't work, as we use some postgresql-specific indices (for full text search) that would be hard to rip out from the codebase. those indices are fully incompatible with sqlite.