Alex Ryabkov

Results 1 issues of Alex Ryabkov

"Captured log teardown" section is absent in terminal output if pytest-html plugin is invoked. pytest-html==3.1.1 Sample code: ``` import pytest import logging @pytest.fixture(autouse=True) def log_wrapper(): logging.info('- Setup') yield logging.info('- Teardown')...