Skip to content

Commit 72b319a

Browse files
authored
Merge pull request #125 from kurusugawa-computer/modify-test-code
テストコードの修正
2 parents f2c7bc5 + d08e3ec commit 72b319a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/conftest.py

-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ def pytest_collection_modifyitems(config, items):
2323

2424
def pytest_cmdline_main(config):
2525
if config.getoption("--print_log_annofabapi"):
26-
print("logging")
2726
logging_formatter = '%(levelname)s : %(asctime)s : %(name)s : %(funcName)s : %(message)s'
2827
logging.basicConfig(format=logging_formatter)
2928
logging.getLogger("annofabapi").setLevel(level=logging.DEBUG)
30-
else:
31-
print("not logging")

0 commit comments

Comments
 (0)