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

Be able to call a decorated test function manually #22

Closed
smarie opened this issue Nov 30, 2018 · 0 comments
Closed

Be able to call a decorated test function manually #22

smarie opened this issue Nov 30, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@smarie
Copy link
Owner

smarie commented Nov 30, 2018

In benchmarking situations we do not want the first run of a test to perform all the indirect imports otherwise its duration is overly big.

Therefore there is a need to run the test function "by hand" once. This is quite difficult right now when the function is decorated with @test_steps...

@smarie smarie added the enhancement New feature or request label Nov 30, 2018
@smarie smarie closed this as completed in 76a472a Dec 18, 2018
smarie added a commit that referenced this issue Dec 18, 2018
…st function outside of pytest is now consistent across all modes, both in order of arguments and in capabilities of executing several steps at once. Added a test to illustrate this.
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