zulip/frontend_tests
Umair Khan 770a899239 Django 1.10: Use single cache prefix for casper tests.
There is a change in Django 1.10 due to which whenever the password
of the user is changed the session hash changes. This change affects
us because we cache user profile objects and these cached objects need
to be refreshed. However, the signal sent by Django in which objects are
refreshed fails to refresh the cache for Tornado because it uses a
different cache prefix.

Note: Backend tests are not affected because they don't rely on Tornado.
2016-12-14 22:40:33 -08:00
..
casper_lib lint: Fix many no-unused-vars eslint rule violations. 2016-12-14 21:34:51 -08:00
casper_tests lint: Fix many no-unused-vars eslint rule violations. 2016-12-14 21:34:51 -08:00
node_tests lint: Fix many no-unused-vars eslint rule violations. 2016-12-14 21:34:51 -08:00
zjsunit lint: Fix several no-unused-vars eslint rule violations. 2016-12-03 18:43:47 -08:00
.eslintrc.json Eslint: Add additioanl rules, some for GCI. 2016-12-05 10:01:56 -08:00
run-casper Django 1.10: Use single cache prefix for casper tests. 2016-12-14 22:40:33 -08:00