Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide methods to retrieve [session/module]_results_[dict/df] in a session finish hook #33

Closed
smarie opened this issue Feb 13, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@smarie
Copy link
Owner

smarie commented Feb 13, 2020

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 the session object.

@smarie smarie added the enhancement New feature or request label Feb 13, 2020
@smarie smarie closed this as completed in 746d09d Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant