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
Creating a custom tracing Subscriber which checks the traces emitted by the tests in tracing.rs (and optionally elsewhere).
Un-#[ignore]-ing the tests in tracing.rs.
Make the tests in tracing.rs always enable some LevelFilter (as in: overwriting the level set by RUST_LOG). Bonus points for making the tests try all different LevelFilters.
[OPTIONAL] Add more tests.
The text was updated successfully, but these errors were encountered:
See #128, in particular: #128 (comment).
Resolving this will involve:
Subscriber
which checks the traces emitted by the tests intracing.rs
(and optionally elsewhere).#[ignore]
-ing the tests intracing.rs
.tracing.rs
always enable someLevelFilter
(as in: overwriting the level set byRUST_LOG
). Bonus points for making the tests try all differentLevelFilter
s.The text was updated successfully, but these errors were encountered: