You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have a #[test] attribute macro in embassy-executor, similar to #tokio::test. This would enable running async unit tests within an Embassy runtime, without the need for boilerplate setup.
The feature would target std environments (e.g., desktop), and be especially useful for quickly testing logic-only components in isolation.
If this sounds like a useful addition, I'd be happy to work on an implementation.
The text was updated successfully, but these errors were encountered:
It would be great to have a
#[test]
attribute macro inembassy-executor
, similar to #tokio::test. This would enable running async unit tests within an Embassy runtime, without the need for boilerplate setup.The feature would target
std
environments (e.g., desktop), and be especially useful for quickly testing logic-only components in isolation.If this sounds like a useful addition, I'd be happy to work on an implementation.
The text was updated successfully, but these errors were encountered: