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
test(cli): Fix conflicting logging fixtures between test files
why: Test suite was failing when run together due to fixture conflicts
what:
- Add vcspull.cli.fmt to list of loggers cleared in fixtures
- Rename clear_logging_handlers to reset_logging in test_fmt.py to avoid conflicts
- Update test_fmt.py tests to use reset_logging fixture
refs: Fixture isolation issue - clear_logging_handlers with autouse=True affects all tests
0 commit comments