mirror of
https://github.com/openkmip/pykmip
synced 2025-12-20 18:23:24 +00:00
Make unit tests use default config
This commit is contained in:
@@ -27,6 +27,8 @@ CONFIG_FILE = [
|
||||
os.path.normpath(os.path.join(FILE_PATH, '../pykmip.conf')),
|
||||
os.path.normpath(os.path.join(FILE_PATH, '../kmipconfig.ini'))]
|
||||
|
||||
if os.environ.get("UNITTEST"):
|
||||
CONFIG_FILE = []
|
||||
|
||||
class ConfigHelper(object):
|
||||
NONE_VALUE = 'None'
|
||||
|
||||
Reference in New Issue
Block a user