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
{{ message }}
This repository was archived by the owner on Jul 5, 2024. It is now read-only.
The usage of testing setup/teardown is nothing new at all and we could reduce quite a lot the amount of code that we have and will have in the future in all the async tests we're writing.
My suggestion of the test-context crate is due to the fact that it only requires derive macros (is easy to use) and also will significantly simplify the randomness sharing.