rstest
/ rstest_macros
0.23.0#[files]
with an optional default value.#[files]
with the $[base_dir = "..."]
attribute.#[ignore]
attribute to ignore test parameters during fixtures resolution/injection.crate-name
enabled by default to opt-in crate rename support.#[by_ref]
attribute to take get a local lifetime for test arguments.rstest
with another name.PathBuf
does no longer need to be in scope when using #[files]
#[from(now::accept::also::path::for::fixture)]
rust-version
for each crate#[once]
fixtures now require the returned type to be Sync
to prevent UB when tests are executed in parallel.#[future(awt)]
and #[awt]
now properly handle mutable (mut
) parameters by treating futures as immutable and treating the awaited rebinding as mutable.rstest_reuse
0.7.0Updated rstest_reuse
to the latest version; no upstream changelog is available.
Stopped patching rust-async_http_range_reader
and rust-onefetch
to allow older rstest
versions.
Please login to add feedback.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update has been submitted for stable by bodhi