You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
For this, I think it would be good to make the following changes:
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)
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.
For this, I think it would be good to make the following changes:
Milestone 1:
Print, in parentheses to the right of the name of the test, the arguments with which it is being provided.
Milestone 2:
Moved to another issue: #252
The text was updated successfully, but these errors were encountered: