Conversation
|
The error detection looks good but I don't think we should make a the ability to re-run a test case (by calling I'm afraid that unorthodox use of VUnit might lead into unforeseen complexities (just as calling a test case twice did) so I rather keep the core of VUnit structure very clean. Did you have a specific use case for this in mind? |
|
@LarsAsplund In fact I added a test that calls |
|
@std-max Ok, I understand. I can't really recall if that test was added with a feature in mind or just to make sure that |
|
Done @LarsAsplund :) |
3bb7fe5 to
76907f8
Compare
|
No joke, I literally fell asleep while waiting for the checks to pass |
Fix #795
Prevent from calling twice the same test case.
Reset the number of run tests when test_runner_setup is called.
Add tests.