Michele d'Amico
Michele d'Amico
Ok I'll try it at home ASAP. Thanks 2015-10-06 12:57 GMT+02:00 Vladimir Schneider [email protected]: > Thank you for reporting this. Sorry, but I did not see it sooner. > idea-multimarkdown...
The WA works well! 2015-10-06 15:02 GMT+02:00 Vladimir Schneider [email protected]: > I created an issue in vsch/idea-multimarkdown#42 > https://github.com/vsch/idea-multimarkdown/issues/42, I will post > updates there. > > — > Reply...
@rubdos I think that your approach is good should be elaborated a bit. We can assume that custom async test attribue should end by test (last PathSegment is `test`).... I'll...
In this way you don't need to change `actix_rt::test` attribute to work with rstest.
> Maybe it's an option to just _require_ some test attribute supplied by the user, and not generate it in `#[rstest]`? Then, for matrix/parametrize, you just duplicate all the attributes,...
> > I already tested it yesterday and follow code works > > ```rust > > #[rstest(a, b, case (1, 2), case(3, 4))] > > #[actix_rt::test] > > async fn...
I've open #91 to implement the proposed behavior and leave this ticket open to find a way of how can the user indicate its default async test attribute instead of...
> > I've open #91 to implement the proposed behavior and leave this ticket open to find a way of how can the user indicate its default async test attribute...
I'll use env variable to handle this and `.env` file. Look at sqlx/sqlx-macros/src/query/mod.rs as example.
Today you can use a custom rest runner as described in https://docs.rs/rstest/latest/rstest/attr.rstest.html#inject-test-attribute This ticket is open just because I would like to fine a good way to define the custom...