Rename debug to verbose in all relevant places

This commit is contained in:
Micah Lee 2019-04-18 19:53:21 -07:00
parent f7a62fe93a
commit d5c60f8f70
5 changed files with 17 additions and 17 deletions

View file

@ -268,7 +268,7 @@ class TestLog:
def dummy_func():
pass
common_obj.debug = True
common_obj.verbose = True
# From: https://stackoverflow.com/questions/1218933
with io.StringIO() as buf, contextlib.redirect_stdout(buf):