Replies: 1 comment 1 reply
-
I think it would be interesting to explore how this could work! Do you have some syntax for |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It's possible to explicitly name each "row" of a parametrized testcase with an ID. You can then filter which testcases you want to run with the
-k
switch from the command line.Is it possible to explicitly name each "column", i.e. the parameters themselves?
The results of a test run might look something like this:
It would be handy if the test result referred to the parameters in some way as well so the reader of the test report can easily understand what the arguments mean. I know that it would be difficult to do that without making the result very verbose.
It would be very cool though if you could then select which tests you want to run based on the columns.
For example, in this case, to run all cases of
test_param
where the first argument == 240.Beta Was this translation helpful? Give feedback.
All reactions