featurebase/testhook
Seebs d81320c2ab 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-09-02 11:40:37 -05:00
..
auditor.go add copyright notice back in 2021-12-10 11:01:04 -06:00
auditor_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
cleanup1.13.go add copyright notice back in 2021-12-10 11:01:04 -06:00
cleanup1.14.go add copyright notice back in 2021-12-10 11:01:04 -06:00
hook.go improve post-hook behavior 2022-09-02 11:40:37 -05:00
registry.go add copyright notice back in 2021-12-10 11:01:04 -06:00