Added deprecate and trace logging directives

This commit is contained in:
Chris Caron
2019-04-04 23:50:30 -04:00
parent 02dd6dd8b3
commit de5c5e4331
18 changed files with 269 additions and 69 deletions

View File

@@ -68,6 +68,10 @@ def test_config_http(mock_post, mock_get):
# Pretend everything is okay
return True
def url(self):
# Support url() function
return ''
# Store our good notification in our schema map
SCHEMA_MAP['good'] = GoodNotification