-
Notifications
You must be signed in to change notification settings - Fork 184
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
Feature: User-defined dataset driven tests #43
Conversation
It seems the hub utility chocked on the number of commits included for the merge, the pull request has been recreated at #44. |
Today is a mystery day. This is my first day to learn that it is possible to convert an existing issue to a pull request on GitHub. "How?" is still a mystery. It took me sometime to confirm that I indeed opened an issue, not a PR. 😄 |
Excellent! Will give it a try. Thanks for sharing |
From the discussion at #40, a use-case has come to light:
Also, this will run a separate test for each member of dataset and hence yield better result stats.
e.g. current approach is to enumerate over
TheoryDataSet
placeholder data array, which results in:for 1276 data items tested out of which (for example) only 26 are failing.
With
ParameterizedTest
feature, we expect to get: