mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[PR #30] [MERGED] use basetestcase for most test cases that require predefined user #869
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#869
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/healthchecks/healthchecks/pull/30
Author: @diwu1989
Created: 1/18/2016
Status: ✅ Merged
Merged: 1/18/2016
Merged by: @cuu508
Base:
master← Head:fixTests📝 Commits (1)
fe72792use basetestcase for most test cases that require predefined user, add test for ensuretriggers, add travis cache📊 Changes
28 files changed (+129 additions, -169 deletions)
View changed files
📝
.travis.yml(+1 -0)📝
hc/accounts/tests/test_check_token.py(+2 -9)📝
hc/api/management/commands/ensuretriggers.py(+18 -13)📝
hc/api/tests/test_email_webhook.py(+1 -0)➕
hc/api/tests/test_ensuretriggers.py(+27 -0)📝
hc/api/tests/test_notify.py(+4 -7)📝
hc/api/tests/test_ping.py(+1 -0)📝
hc/api/tests/test_sendalerts.py(+9 -10)📝
hc/api/tests/test_status.py(+1 -0)📝
hc/front/tests/test_add_channel.py(+5 -13)📝
hc/front/tests/test_add_check.py(+2 -9)📝
hc/front/tests/test_basics.py(+1 -0)📝
hc/front/tests/test_channel_checks.py(+3 -6)📝
hc/front/tests/test_log.py(+3 -6)📝
hc/front/tests/test_my_checks.py(+2 -7)📝
hc/front/tests/test_remove_channel.py(+3 -6)📝
hc/front/tests/test_remove_check.py(+3 -6)📝
hc/front/tests/test_update_channel.py(+3 -6)📝
hc/front/tests/test_update_name.py(+3 -6)📝
hc/front/tests/test_update_timeout.py(+3 -6)...and 8 more files
📄 Description
should not be duplicating so much code for the base test case setup
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.