mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
This module deals with the testing of /activity, /realm_activity and /user_activity. All these pages reside in analytics module. Keeping these tests in zerver/tests is kind is not appropriate since person who makes changes to /activity pages would not think it is necessary to run tests in zerver. So better to keep them in the analytics module.