YesssSMS handling more errors, upgrade to version 0.2.3 (#17052)

* YesssSMS handling more errors, upgrade to version 0.2.1

 - handling missing internet connection nicely
 - disabling login with non-working credentials (website locked account for 1 hour)
 - upgrade to new upstream version of YesssSMS

* notify.yessssms tests

* test requirements

* flake8 fix

* fixing tests, new upstream version 0.2.3

fixing tests based on requested changes, coverage

* removing unmotivated print

* passing exception to ConnectionError and SMSSendingError logger
This commit is contained in:
Florian Klien
2018-10-04 23:34:04 +02:00
committed by Adam Mills
parent b55c7a5ba2
commit ce1e8f8ace
6 changed files with 246 additions and 10 deletions

View File

@@ -104,7 +104,8 @@ TEST_REQUIREMENTS = (
'yahoo-finance',
'pythonwhois',
'wakeonlan',
'vultr'
'vultr',
'YesssSMS',
)
IGNORE_PACKAGES = (