tracing/tracing/test_static_max_level_features
Hayden Stainsby 91ca0e03d8
test: add tracing-test crate for non-publishable test utils (#2466)
## Motivation

There has been interest around publishing tracing-mock to crates.io
for some time. In order to make this possible, it needs to be cleaned up.

## Solution

There are some test utils in the `tracing-mock` crate which wouldn't
make sense to publish. They provide test futures that are needed in
multiple `tracing-*` crates, but would likely not be needed outside that
context.

This change moves that functionality into a separate `tracing-test`
crate, which should never be published to crates.io.

Refs: #539

Co-authored-by: David Barsky <me@davidbarsky.com>
2023-11-07 11:36:18 +01:00
..
tests test: add tracing-test crate for non-publishable test utils (#2466) 2023-11-07 11:36:18 +01:00
Cargo.toml test: add tracing-test crate for non-publishable test utils (#2466) 2023-11-07 11:36:18 +01:00