Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/test_plugin_africas_talking.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"atalk://user@apikey/{}/".format("1" * 11),
{
"instance": NotifyAfricasTalking,
# throw a bizzare code forcing us to fail to look it up
# throw a bizarre code forcing us to fail to look it up
"response": False,
"requests_response_code": 999,
},
Expand All @@ -133,7 +133,7 @@
{
"instance": NotifyAfricasTalking,
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_requests_exceptions": True,
},
),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_plugin_apprise_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
"apprise://localhost/%s" % ("a" * 32),
{
"instance": NotifyAppriseAPI,
# throw a bizzare code forcing us to fail to look it up
# throw a bizarre code forcing us to fail to look it up
"response": False,
"requests_response_code": 999,
},
Expand All @@ -267,7 +267,7 @@
{
"instance": NotifyAppriseAPI,
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_requests_exceptions": True,
},
),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_plugin_bark.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"barks://192.168.0.7/device_key/",
{
"instance": NotifyBark,
# throw a bizzare code forcing us to fail to look it up
# throw a bizarre code forcing us to fail to look it up
"response": False,
"requests_response_code": 999,
# Our expected url(privacy=True) startswith() response:
Expand All @@ -236,7 +236,7 @@
{
"instance": NotifyBark,
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_requests_exceptions": True,
},
),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_plugin_bluesky.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"bluesky://user@app-pw",
{
"instance": NotifyBlueSky,
# throw a bizzare code forcing us to fail to look it up
# throw a bizarre code forcing us to fail to look it up
"response": False,
"requests_response_code": 999,
"requests_response_text": {
Expand All @@ -197,7 +197,7 @@
{
"instance": NotifyBlueSky,
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_requests_exceptions": True,
"requests_response_text": {
"accessJwt": "abcd",
Expand Down
4 changes: 2 additions & 2 deletions tests/test_plugin_bulksms.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"bulksms://{}:{}@{}".format("a" * 10, "b" * 10, "a" * 3),
{
"instance": NotifyBulkSMS,
# throw a bizzare code forcing us to fail to look it up
# throw a bizarre code forcing us to fail to look it up
"response": False,
"requests_response_code": 999,
},
Expand All @@ -165,7 +165,7 @@
{
"instance": NotifyBulkSMS,
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_requests_exceptions": True,
},
),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_plugin_bulkvs.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"bulkvs://{}:{}@{}".format("a" * 10, "b" * 10, "5" * 11),
{
"instance": NotifyBulkVS,
# throw a bizzare code forcing us to fail to look it up
# throw a bizarre code forcing us to fail to look it up
"response": False,
"requests_response_code": 999,
},
Expand All @@ -144,7 +144,7 @@
{
"instance": NotifyBulkVS,
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_requests_exceptions": True,
},
),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_plugin_burstsms.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"burstsms://{}:{}@{}/{}".format("a" * 8, "b" * 16, "6" * 11, "7" * 11),
{
"instance": NotifyBurstSMS,
# throw a bizzare code forcing us to fail to look it up
# throw a bizarre code forcing us to fail to look it up
"response": False,
"requests_response_code": 999,
},
Expand All @@ -166,7 +166,7 @@
{
"instance": NotifyBurstSMS,
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_requests_exceptions": True,
},
),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_plugin_chanify.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"chanify://token",
{
"instance": NotifyChanify,
# throw a bizzare code forcing us to fail to look it up
# throw a bizarre code forcing us to fail to look it up
"response": False,
"requests_response_code": 999,
},
Expand All @@ -92,7 +92,7 @@
{
"instance": NotifyChanify,
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_requests_exceptions": True,
},
),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_plugin_clicksend.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"clicksend://user:pass@{}".format("3" * 14),
{
"instance": NotifyClickSend,
# throw a bizzare code forcing us to fail to look it up
# throw a bizarre code forcing us to fail to look it up
"response": False,
"requests_response_code": 999,
},
Expand All @@ -102,7 +102,7 @@
{
"instance": NotifyClickSend,
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_requests_exceptions": True,
},
),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_plugin_custom_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"form://user:pass@localhost:8082",
{
"instance": NotifyForm,
# throw a bizzare code forcing us to fail to look it up
# throw a bizarre code forcing us to fail to look it up
"response": False,
"requests_response_code": 999,
},
Expand All @@ -209,7 +209,7 @@
{
"instance": NotifyForm,
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_requests_exceptions": True,
},
),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_plugin_custom_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"json://user:pass@localhost:8082",
{
"instance": NotifyJSON,
# throw a bizzare code forcing us to fail to look it up
# throw a bizarre code forcing us to fail to look it up
"response": False,
"requests_response_code": 999,
},
Expand All @@ -204,7 +204,7 @@
{
"instance": NotifyJSON,
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_requests_exceptions": True,
},
),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_plugin_custom_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"xml://user:pass@localhost:8082",
{
"instance": NotifyXML,
# throw a bizzare code forcing us to fail to look it up
# throw a bizarre code forcing us to fail to look it up
"response": False,
"requests_response_code": 999,
},
Expand All @@ -236,7 +236,7 @@
{
"instance": NotifyXML,
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_requests_exceptions": True,
},
),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_plugin_d7networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"d7sms://token@{}".format("3" * 14),
{
"instance": NotifyD7Networks,
# throw a bizzare code forcing us to fail to look it up
# throw a bizarre code forcing us to fail to look it up
"response": False,
"requests_response_code": 999,
},
Expand All @@ -162,7 +162,7 @@
{
"instance": NotifyD7Networks,
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_requests_exceptions": True,
},
),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_plugin_dapnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"dapnet://user:pass@{}".format("DF1ABC"),
{
"instance": NotifyDapnet,
# throw a bizzare code forcing us to fail to look it up
# throw a bizarre code forcing us to fail to look it up
"response": False,
"requests_response_code": 999,
},
Expand All @@ -170,7 +170,7 @@
{
"instance": NotifyDapnet,
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_requests_exceptions": True,
},
),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_plugin_dingtalk.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"dingtalk://{}".format("a" * 8),
{
"instance": NotifyDingTalk,
# throw a bizzare code forcing us to fail to look it up
# throw a bizarre code forcing us to fail to look it up
"response": False,
"requests_response_code": 999,
},
Expand All @@ -129,7 +129,7 @@
{
"instance": NotifyDingTalk,
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_requests_exceptions": True,
},
),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_plugin_discord.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
"discord://{}/{}/".format("a" * 24, "b" * 64),
{
"instance": NotifyDiscord,
# throw a bizzare code forcing us to fail to look it up
# throw a bizarre code forcing us to fail to look it up
"response": False,
"requests_response_code": 999,
},
Expand All @@ -281,7 +281,7 @@
{
"instance": NotifyDiscord,
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_requests_exceptions": True,
},
),
Expand Down
2 changes: 1 addition & 1 deletion tests/test_plugin_email.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
{
"instance": email.NotifyEmail,
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_smtplib_exceptions": True,
},
),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_plugin_enigma2.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
{
"instance": NotifyEnigma2,
"requests_response_text": {"result": True},
# throw a bizzare code forcing us to fail to look it up
# throw a bizarre code forcing us to fail to look it up
"response": False,
"requests_response_code": 999,
},
Expand All @@ -209,7 +209,7 @@
"instance": NotifyEnigma2,
"requests_response_text": {"result": True},
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_requests_exceptions": True,
},
),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_plugin_feishu.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"feishu://token",
{
"instance": NotifyFeishu,
# throw a bizzare code forcing us to fail to look it up
# throw a bizarre code forcing us to fail to look it up
"response": False,
"requests_response_code": 999,
},
Expand All @@ -92,7 +92,7 @@
{
"instance": NotifyFeishu,
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_requests_exceptions": True,
},
),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_plugin_flock.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"flock://%s/" % ("t" * 24),
{
"instance": NotifyFlock,
# throw a bizzare code forcing us to fail to look it up
# throw a bizarre code forcing us to fail to look it up
"response": False,
"requests_response_code": 999,
},
Expand All @@ -225,7 +225,7 @@
{
"instance": NotifyFlock,
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_requests_exceptions": True,
},
),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_plugin_freemobile.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"freemobile://user@password",
{
"instance": NotifyFreeMobile,
# throw a bizzare code forcing us to fail to look it up
# throw a bizarre code forcing us to fail to look it up
"response": False,
"requests_response_code": 999,
},
Expand All @@ -86,7 +86,7 @@
{
"instance": NotifyFreeMobile,
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_requests_exceptions": True,
},
),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_plugin_google_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"gchat://workspace/key/token",
{
"instance": NotifyGoogleChat,
# throw a bizzare code forcing us to fail to look it up
# throw a bizarre code forcing us to fail to look it up
"response": False,
"requests_response_code": 999,
},
Expand All @@ -144,7 +144,7 @@
{
"instance": NotifyGoogleChat,
# Throws a series of i/o exceptions with this flag
# is set and tests that we gracfully handle them
# is set and tests that we gracefully handle them
"test_requests_exceptions": True,
},
),
Expand Down
Loading
Loading