Commit graph

13 commits

Author SHA1 Message Date
Andreas Vilinski
5ce361bc24
docs: explain why #[test_context] must come before #[tokio::test]; clarify attribute expansion order (#49)
Co-authored-by: Andreas Vilinski <andreas.vilinski@ifm.com>
2025-09-23 17:10:59 +02:00
Víctor Martínez
64a4e1ba7f
Update README.md (#47) 2025-01-27 13:58:33 +01:00
Víctor Martínez
9bfe21fa4c
refactor: Support generic types in test_context macro (#45)
* refactor: Support generic types in test_context macro
2025-01-27 12:49:28 +01:00
Changju Lee
a58e13ecf5
feat: Support generic types in test_context macro (#44)
- Allow using test_context with generic contexts like MyContext<T>
2025-01-27 11:53:39 +01:00
Víctor Martínez
dc2992cbff
feat: add support for the skip_teardown keyword (#40)
* feat: add support for the skip_teardown keyword
2024-02-27 23:26:40 +01:00
Victor Martinez
cb4043fae6 refactor: remove support for async-trait crate 2024-02-26 12:05:07 +01:00
Víctor Martínez
b3a7975253
Update README.md 2024-02-25 23:10:57 +01:00
Mark Hildreth
4814198ca2
Update README.md 2024-02-25 15:03:12 -05:00
Kirill Bulatov
8a40f16a34
Use proper World capitalization in the main example 2023-03-28 17:20:03 +03:00
Mark Hildreth
90a3c615ed Documented behavior of AsyncContext with normal function. 2021-02-23 21:02:12 -05:00
Mark Hildreth
fe1175e1fa Added badges 2021-02-07 00:08:29 -05:00
Mark Hildreth
4e3f4ca759 Fixed typo in documentation 2021-02-06 23:48:26 -05:00
Mark Hildreth
daf14d6449 Initial version 2021-01-17 21:23:34 -05:00