diff --git a/tests/tests.py b/tests/tests.py index 37d506b..912dac5 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -156,7 +156,7 @@ class RequestResult(object): print(besapi.plugin_utilities.get_invoke_folder()) print(besapi.plugin_utilities.get_invoke_file_name()) # the following doesn't seem to work in python 3.7: -# besapi.plugin_utilities.setup_plugin_logging(console=True) +logging_config = besapi.plugin_utilities.get_plugin_logging_config() parser = besapi.plugin_utilities.setup_plugin_argparse(plugin_args_required=False) # allow unknown args to be parsed instead of throwing an error: args, _unknown = parser.parse_known_args()