mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 18:19:21 -02:30
more robust test mode checking
This commit is contained in:
@@ -30,6 +30,9 @@ def is_testing(argv=None):
|
||||
return True
|
||||
return False
|
||||
|
||||
def IS_TESTING(argv=None):
|
||||
return is_testing(argv)
|
||||
|
||||
DEBUG = True
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
SQL_DEBUG = DEBUG
|
||||
|
||||
Reference in New Issue
Block a user