Releases: lazyatom/kintama
Releases · lazyatom/kintama
Run code before and after all tests
Allow running code before or after all tests have run.
This can be done using the Kintama.on_start
and Kintama.on_finish
hooks, which will add start and finish blocks to the default context.
Note that this might not work as expected if you are explicitly grabbing Context
instances and running them outside of the default runners.