-
Should CppUTest support Parameterized tests better?
-
## Summary
We have received a couple of requests internally and externally from users about the ability to have some of the attributes working for specific entries of parameterized tests.
## Backgro…
-
##### Expected Behavior
Test Explorer should list down parameterized tests independently and run them correctly
##### Actual Behavior
Test explorer only shows and runs the first test and i…
-
The autograder will produce key errors when running test files that have parameterized tests in them.
Here's an example of a parameterized test.
```
@pytest.mark.parametrize("guess, answer, exp…
-
Currently the tests use junit `4.13.2`, this should be upgraded to JUnit 5 at some point which has an updated API with better functionality.
Specifically this would be useful for the `runtime-test`…
-
Right now I can double click on the Test VI in this case - test Consersion and it opens the test vi.
Double clicking on one of the parameterized test cases? (I don't know what the correct terminolo…
-
**Describe the bug**
Allure is not able to record tests that use kotest's parameterisation features - withData and forAll
**To Reproduce**
Steps to reproduce the behaviour:
1. Go to ['maven-repo…
-
-
As discussed in the pull request [#124](https://github.com/unittest-cpp/unittest-cpp/pull/124), I proposed my implementation of parameterized tests but the PR was rejected. This means I have to improv…
-
### The used GdUnit4 version
4.3.4 (Latest Release)
### The used Godot version
v4.3.stable
### Operating System
Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 306…