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

The providers generate a poor dev-friendly output #203

Closed
antonio-gg-dev opened this issue Oct 21, 2023 · 1 comment
Closed

The providers generate a poor dev-friendly output #203

antonio-gg-dev opened this issue Oct 21, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@antonio-gg-dev
Copy link
Member

antonio-gg-dev commented Oct 21, 2023

When you use providers, the name of the test is printed over and over without indicating with which argument of the provider it is being executed, this is unfriendly since while you are developing you do not know if the provider is really working as we expect, or if the tests are being executed passing the arguments we want.

imagen

For this, I think it would be good to make the following changes:

Milestone 1:

Done: #204

Print, in parentheses to the right of the name of the test, the arguments with which it is being provided.

✓ Passed: Returns fizz when multiple of 3 given (3)
✓ Passed: Returns fizz when multiple of 3 given (6)
✓ Passed: Returns fizz when multiple of 5 given (5)
✓ Passed: Returns fizz when multiple of 5 given (10)

Milestone 2:

Moved to another issue: #252

@Chemaclass
Copy link
Member

Milestone 1 done.
Milestone 2 moved to #252

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
Status: Done
Development

No branches or pull requests

2 participants