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
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
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
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feature Request
Would be nice to automatically setup logger for tests
This does not work for some reason
Code of Conduct
The text was updated successfully, but these errors were encountered: