eclipse / kiso-testing

https://kiso-testing.readthedocs.io/
Other
38 stars 42 forks source link

fix: apply internal log level to pytest logger #414

Closed sebclrsn closed 9 months ago

sebclrsn commented 9 months ago

The refactoring of the logging mechanism broke the pytest plugin's logging configuration.

Running pytest dummy.yaml --log-cli-level INFO -vv now shows the INTERNAL_INFO live logs in the console

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4e79fd4) 97.11% compared to head (7d0e11d) 97.13%. Report is 11 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #414 +/- ## ========================================== + Coverage 97.11% 97.13% +0.01% ========================================== Files 85 85 Lines 6866 6900 +34 ========================================== + Hits 6668 6702 +34 Misses 198 198 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sebclrsn commented 9 months ago

Test missing

Done, we now even have custom colours for our internal logs ;)