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
BF(TST): use caplog instead of capfd for testing if we log a warning
for some reason on my laptop capfd failed to provide desired effect. May be because
I am running pytest with -s ;) will not investigate -- using caplog is the more
kosher way for this purpose, and allows for control of the logging level we would like
to have to ensure that the message is output
0 commit comments