Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide ignore message in the result of test #92714

Merged
merged 1 commit into from
Feb 25, 2022

Commits on Feb 24, 2022

  1. 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
    yanganto authored and Mark-Simulacrum committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    bb3b557 View commit details
    Browse the repository at this point in the history