zulip/humbug
Steve Howell 9e64750083 Use memcache in the test suite.
This uses a new configuration that enables memcache, but we have
to be careful to bounce KEY_PREFIX on every new test, since data
gets rolled back in the databases between tests, but not in
memcached.  We had to break up one test to work around UserProfile
objects actually being cached.

(imported from commit f201cf9cd9e0e4c61d3c384fa8d2bbd5134161e8)
2013-07-02 16:50:10 -04:00
..
__init__.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
authhack.py Fix logging in with email addresses long than 30 characters. 2013-01-16 17:02:06 -05:00
backends.py Remove unused imports 2013-06-27 16:22:39 -04:00
settings.py Add ZULIP.COM and subdomains to ALLOWED_HOSTS 2013-07-02 11:21:43 -04:00
test_settings.py Use memcache in the test suite. 2013-07-02 16:50:10 -04:00
urls.py Replace SITE_ROOT with DEPLOY_ROOT 2013-06-24 15:55:03 -04:00
wsgi.py Remove more commented out example code 2012-10-29 23:21:00 -04:00