zulip/analytics
Steve Howell 1b16693526 tests: Limit email-based logins.
We now have this API...

If you really just need to log in
and not do anything with the actual
user:

    self.login('hamlet')

If you're gonna use the user in the
rest of the test:

    hamlet = self.example_user('hamlet')
    self.login_user(hamlet)

If you are specifically testing
email/password logins (used only in 4 places):

    self.login_by_email(email, password)

And for failures uses this (used twice):

    self.assert_login_failure(email)
2020-03-11 17:10:22 -07:00
..
lib analytics: Added comments. 2020-01-28 14:57:32 -08:00
management python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
migrations migrations: Fix unused import error. 2020-03-06 12:17:19 -08:00
tests tests: Limit email-based logins. 2020-03-11 17:10:22 -07:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py analytics: Fix missing unique constraint when subgroup is null. 2020-03-06 11:10:04 -08:00
urls.py activity: Create interface for doing support operations. 2019-03-11 12:01:11 -07:00
views.py support: Send confirmation email on realm activation. 2019-12-02 09:51:45 -08:00