featurebase/testhook
Seebs bfea70d5e4 improve post-hook behavior
We want to be able to register hooks which do cleanup, which may be
registered after the auditor cleanup check, which means that we
want LIFO order for post-hook cleanups.

We also want the test hook cleanup to be deferred, rather than
merely run after the tests are executed. Also, we have to extract
the result from running the test, then execute deferred things,
*then* call os.Exit, because os.Exit bypasses defers.
2022-10-11 11:06:31 -04:00
..
auditor.go Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
auditor_test.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00
cleanup1.13.go Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
cleanup1.14.go Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
hook.go improve post-hook behavior 2022-10-11 11:06:31 -04:00
registry.go Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00