.. |
__init__.py
|
Tests for hc.accounts
|
2015-08-18 20:33:02 +03:00 |
test_add_project.py
|
Test cases for adding project, removing project and leaving project.
|
2019-01-29 19:57:18 +02:00 |
test_admin.py
|
Fix deprecation warnings.
|
2017-06-02 22:39:53 +03:00 |
test_badges.py
|
Show "Badges" and "Settings" in top navigation. Fixes #234
|
2019-04-02 11:51:35 +03:00 |
test_change_email.py
|
Change "foo@example.org is not available" message to "foo@example.org is already registed".
|
2018-10-03 10:52:51 +03:00 |
test_check_token.py
|
If user has a single project, _redirect_after_login redirects to it.
|
2019-01-29 19:05:32 +02:00 |
test_close_account.py
|
Test cases for adding project, removing project and leaving project.
|
2019-01-29 19:57:18 +02:00 |
test_login.py
|
Rate limit login-with-password attempts.
|
2019-04-26 15:51:10 +03:00 |
test_notifications.py
|
Adding an option to send daily or hourly reminders if any check is down. Fixes #48
|
2017-10-14 16:03:56 +03:00 |
test_profile.py
|
Test cases for adding project, removing project and leaving project.
|
2019-01-29 19:57:18 +02:00 |
test_project.py
|
Rate limit team invites to 20/day
|
2019-04-26 09:04:51 +03:00 |
test_project_model.py
|
Drop Check.user_id and Channel.user_id (obsolete, using project_id now)
|
2019-01-18 17:24:02 +02:00 |
test_pruneusers.py
|
Drop Check.user_id and Channel.user_id (obsolete, using project_id now)
|
2019-01-18 17:24:02 +02:00 |
test_remove_project.py
|
Test cases for adding project, removing project and leaving project.
|
2019-01-29 19:57:18 +02:00 |
test_set_password.py
|
Password strength meter and length check in the "Set Password" form
|
2019-04-29 23:16:49 +03:00 |
test_signup.py
|
Add Project.badge_key so we can preserve the current badge URLs
|
2019-01-12 21:56:56 +02:00 |
test_team_access_middleware.py
|
Replace healthchecks.io branding with generic branding.
|
2018-01-13 19:21:43 +02:00 |
test_unsubscribe_reports.py
|
A workaround for some email agents automatically opening "Unsubscribe" links
|
2018-11-09 22:12:11 +02:00 |