Files
zulip/docs/testing-with-django.md
2016-08-18 14:10:46 -07:00

9 lines
240 B
Markdown

# Backend Django tests
These live in `zerver/tests/tests.py` and `zerver/tests/test_*.py`. Run
them with `tools/test-backend`.
See [this Github issue](https://github.com/zulip/zulip/issues/879) for ideas
on improving this documentation.