Closed deuszx closed 9 months ago
It would be nice is to extend the #[drink::test] macro so that it supplies the Session into the test function:
#[drink::test]
#[drink::test] fn my_test(session: &mut Session<_>) { ... }
This will safe people bit of typing when setting it (Session) up.
Session
It would be nice is to extend the
#[drink::test]
macro so that it supplies the Session into the test function:This will safe people bit of typing when setting it (
Session
) up.