Provide methods to retrieve [session/module]_results_[dict/df]
in a session finish hook
#33
Labels
enhancement
New feature or request
See #32: in some contexts, users might wish to collect the results in a session teardown hook where access to fixtures is disabled.
We should provide
get_[session/module]_results_[dict/df](session)
methods to get the same objects than the fixtures, from thesession
object.The text was updated successfully, but these errors were encountered: