Skip to content

Wrapper for the test_log crate to support rstest

License

Notifications You must be signed in to change notification settings

acrlabs/rstest-log

Repository files navigation

rstest-log

Wrapper for the test_log crate to support rstest.

Usage

use rstest_log::rstest;

#[rstest(tokio::test)]
#[case(1)]
#[case(2)]
async fn test(#[case] val: i64) {
    assert_eq!(val, val);
}

About

Wrapper for the test_log crate to support rstest

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages