Skip to content

Releases: lazyatom/kintama

Run code before and after all tests

05 Feb 13:30
Compare
Choose a tag to compare

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.