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
chore: replace print statements with logging in tests (libp2p#1253)
* test: replace print statements with logging
Addresses libp2p#1207. Replaces bare print() calls in test files with
proper logging calls using the existing logger pattern
(logging.getLogger(__name__)). Functional prints in IPC scripts
are left unchanged.
* lint: fixes
* chore: add newsfragment for issue 1207
* test: remove forced DEBUG logging in multiplexer selection test
0 commit comments