add unit tests for awx.conf

This commit is contained in:
Ryan Petrello
2017-01-30 09:36:14 -05:00
parent 4fcc74012d
commit 836ca21b7e
7 changed files with 618 additions and 39 deletions

View File

@@ -22,4 +22,3 @@ class ConfConfig(AppConfig):
if 'http_receiver' not in LOGGING_DICT['loggers']['awx']['handlers']:
LOGGING_DICT['loggers']['awx']['handlers'] += ['http_receiver']
configure_logging(settings.LOGGING_CONFIG, LOGGING_DICT)
# checks.register(SettingsWrapper._check_settings)