-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: additional validations #10
Comments
Would add to the tree for the
|
Hmm interesting, so the spec would include when certain errors/events are expected to be thrown/emitted? Do you have a sample UX in mind for this? I've been thinking a bit about how to make the spec-structuring more flexible and expandable, will create an issue with some ideas next week, so curious to hear more about how you see errors and events fitting in to |
Indeed this is better to be thought through. A) B) Testing for the latter case rather answers the question - "do I cover all the situations when this error / event shall be emitted?" Or is there any situation forgotten? That could be visualized by the different output - matrix / table of functions vs erros+events. |
Validate that:
camelCase
src
andscript
directories arecamelCase
PascalCase
.s.sol
files in the script directory — done in Bug fixes, bring back line numbers #9function test*
methods areinternal
orprivate
The text was updated successfully, but these errors were encountered: