We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2c7bc5 + d08e3ec commit 72b319aCopy full SHA for 72b319a
tests/conftest.py
@@ -23,9 +23,6 @@ def pytest_collection_modifyitems(config, items):
23
24
def pytest_cmdline_main(config):
25
if config.getoption("--print_log_annofabapi"):
26
- print("logging")
27
logging_formatter = '%(levelname)s : %(asctime)s : %(name)s : %(funcName)s : %(message)s'
28
logging.basicConfig(format=logging_formatter)
29
logging.getLogger("annofabapi").setLevel(level=logging.DEBUG)
30
- else:
31
- print("not logging")
0 commit comments