mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-24 18:10:02 +02:00

Changing the environment variable "ENVIRONMENT" does not change the confz configuration. Additionally, the setup_logging file is removing any loggers (line 61). With this, caplog with loguru doesn't work as we are already using some sort of hack to get the loguru logs with pytest. We can therefore not test if the setup_logging function works as expected.
6 lines
107 B
INI
6 lines
107 B
INI
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
if TYPE_CHECKING:
|
|
omit =
|
|
src/pydase/utils/logging.py |