-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Tests don't get properly added to the totals when ASSUME is outside of GIVEN #2836
Comments
This is possibly due to the first pass over the test which counts how many EDIT: Actually my suggestion isn't great, because it would make it difficult to compute the cost of our test cases. But on the other hand, with the structured RNG having landed the costs are much more uniform now. |
This is possibly (hopefully! 🤞) improved by the |
@AsparagusEduardo this should be fixed by now, right? |
it is as @hedara90 said, still not fixed.
Either that or mark them as INVALID like other tests syntaxes are made |
I don't know how to do this though. I can make a PR that makes all ASSUMES be inside of GIVEN and we start looking for it in reviews? |
From what I saw when I looked through the code there was only 1 |
I have the brach ready, there are a lot more (over 30). |
Ah, I kinda meant "that have to be outside" |
This might just be a thing of improperly made tests.
The text was updated successfully, but these errors were encountered: