test-context
test-context copied to clipboard
Allow setup and teardown to return Result
When doing non-trivial work in setup or teardown, e.g. opening a DB connection, clearing out the database and adding some test data, it would be useful to be able to use ? in the setup function.