You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to automatically setup logger for tests
This does not work for some reason
# This file is part of the faebryk project# SPDX-License-Identifier: MITimportloggingimportpytestfromfaebryk.libs.loggingimportsetup_basic_logging# TODO does not work@pytest.fixture(scope="package", autouse=True)defsetup_logging():
setup_basic_logging()
logging.info("Setup logging")
yield
Feature Request
Would be nice to automatically setup logger for tests
This does not work for some reason
Code of Conduct