-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add global setup/teardown hooks for test suites #251
Comments
Sure, seems reasonable. I don't plan to work on this myself unless my employer or I need it, but if you'd like to contribute this feature I'd be happy to review it. In #254 I converted the macro to use a tt-muncher, which should make this easier. I'd write this as optional
If you can write up a design proposal, we can go over that before you get to implementing it. |
I made a quick PR to illustrate what I had in mind. |
It would be helpful to have support for global setup and teardown functions that run once before all tests begin and after all tests complete, respectively. This pattern is common in testing frameworks.
The text was updated successfully, but these errors were encountered: