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
log.py(fix[setup_logger]): Add vcspull.cli.fmt to CLI loggers list
why: vcspull.cli.fmt was missing from the list of CLI loggers that get
SimpleLogFormatter, causing it to fall back to DebugLogFormatter which
outputs to stderr and bypasses pytest's log capture.
what:
- Add 'vcspull.cli.fmt' to cli_loggers list in setup_logger function
- Ensures fmt module gets same clean output formatting as other CLI modules
refs: Fixes test failures in test_fmt.py when run after test_log.py
0 commit comments