-
Notifications
You must be signed in to change notification settings - Fork 1
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
Test generation #18
Test generation #18
Conversation
This is a shallow review, checking for functionality only.
Test file |
One more "presentation" comment: now that the model is not output to the std, the only output is about problems (not found this, not available that). I would suggest adding some text saying "Successfully generated the model in |
It seems that the same problem existed in (newer) version of the |
For register: I talked to Ivan and we found that the problems he had were only because of leftovers from previous versions on his local cosmwasm folder. Everything was fixed by a small cleanup and the errors shouldn't happen on a normal contract. |
Hello
Closes #3 and closes #4
Sorry the PR is so big, but experimental mode kind of results in this. You might want to pick one
snap
(i.e. for ctf-02) file to review the behavior only. There are plenty of opportunities to improve the code itself, but I think this is good enough for the experiment.This has some meaningful changes, besides the big MBT generation:
allListsUpTo
to generate nondet listsreturn
in rust MBT is an issue since it is a keyword.I'll rewrite the README next, this has to be ready by Monday. I'll merge it by Monday and make the repo public, so please try to add any input before that. Sorry for the short notice!