diff options
author | Alex Shatov <alexs@att.com> | 2017-09-22 17:34:48 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2017-09-22 17:34:48 -0400 |
commit | 9144f04afe7c56e762b6e4d0c28fd5726a3746ba (patch) | |
tree | 5c0fd072ec9c0fd2e3db663adf304f1a7c4842aa /policyhandler | |
parent | a5bfd6aed8b182416ef1cf0ce88dbc0b61d92fa0 (diff) |
unit test and coverage with tox
usage on local run:
tox -c tox-local.ini
usage on ONAP run:
tox
Change-Id: Ic455f0f44f5b3bee92b60ea282851e72c3a12b7e
Issue-Id: DCAEGEN2-62
Signed-off-by: Alex Shatov <alexs@att.com>
Diffstat (limited to 'policyhandler')
-rw-r--r-- | policyhandler/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/policyhandler/config.py b/policyhandler/config.py index 9a4980a..81eaccb 100644 --- a/policyhandler/config.py +++ b/policyhandler/config.py @@ -24,6 +24,7 @@ import json import copy import base64 import logging +import logging.config from .discovery import DiscoveryClient |