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

240 B

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 for ideas on improving this documentation.