rust/library/test
Antonio Yang bb3b5574cd Include ignore message in libtest output
As an example:

    #[test]
    #[ignore = "not yet implemented"]
    fn test_ignored() {
        ...
    }

Will now render as:

    running 2 tests
    test tests::test_ignored ... ignored, not yet implemented

    test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
2022-02-24 17:36:36 -05:00
..
src Include ignore message in libtest output 2022-02-24 17:36:36 -05:00
Cargo.toml Switch all libraries to the 2021 edition 2021-12-23 19:03:47 +08:00