Skip to content

Conversation

@oknozor
Copy link

@oknozor oknozor commented Dec 3, 2021

This PR allow to use rusty_fork_test! tests having a return type :

    rusty_fork_test! {
        #[test]
        fn trivial() { }

         #[test]
        fn trivial_with_return() -> Result<(), &'static str> { Ok(()) }
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant