We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7b1cc commit 23e0c85Copy full SHA for 23e0c85
crates/libtest2/src/lib.rs
@@ -38,6 +38,8 @@
38
//! - `#[test]` does not support all `Termination` types as return values,
39
//! only what [`IntoRunResult`] supports.
40
//! - `#[ignore]` must come after the `#[test]` macro
41
+//! - `#[should_ignore]` must come after the `#[test]` macro.
42
+//! The error output if the test fails to panic is also different from `libtest`.
43
//! - Output capture and `--no-capture`: simply not supported. The official
44
//! `libtest` uses internal `std` functions to temporarily redirect output.
45
//! `libtest` cannot use those, see also [libtest2#12](https://github.com/assert-rs/libtest2/issues/12)
0 commit comments