-
Notifications
You must be signed in to change notification settings - Fork 34
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
Show non-triggered accept as failed test #30
Comments
Accept tests are only created on call reception, we would need to create failed tests on completion. Looking at this config I would expect We do not return until completion
We need to receive at least one call
Seems like wait complete is returning even if we are waiting for one call. Based on the documentation the behavior is wrong. "call_count : The amount of calls to receive to consider the command completed, default -1 (considered completed)" We may have to revisit the implementation details
|
Actually, found, that regardless of |
As of now I've added to my version final report (only to JSON file for now) for number of tests completed vs number of tests actually done. |
As of now, construction like
Will show 3 tests passed, if call would be received back (Register + Call + Accept) and 2 tests passed if call was not received back, but was answered elsewhere (Register + Call).
Is there any way to show accept part as FAILED test?
P.S.: I'm in the code for this, but maybe just missed something stupid.
The text was updated successfully, but these errors were encountered: