-
-
Notifications
You must be signed in to change notification settings - Fork 475
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
Parameterized Tests don't get marked as Inconclusive when empty #833
Comments
We should keep both.
|
OK, thx for a clarification. |
Correct, these are two diffrent issues. I could not locate the code that marks testcases inconclusive when empty, otherwise i could try to submit a pr. Can anyone point me in the right direction? |
@Remco-74 Sure here it is. |
Not a PR, but here's a patch. I've changed the detetion of an empty test to the following (using the Ast of the scriptblock):
using the following tests (positive and negative):
delivers the following (desired) results:
|
Hmm, could you post a PR or it really does not permit you to do that? |
I created a PR (is my first), I hope this works! |
The related PR was merged a year ago, closing this. |
When using an empty parameterized test, the test does not get marked as 'Inconclusive'. It does get marked as 'Passed'.
Results in:
It would be expected that a parameterized test case is evaluated in the same way as a normal test case.
The text was updated successfully, but these errors were encountered: