You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context and scope
Currently our tests are largely using static values when initializing state. We should consider fuzzing the values.
Open Questions
The difficulty with fuzzing is how to fuzz fields that do have meaning and for tests that depend on some values being the same across different structs.
The text was updated successfully, but these errors were encountered:
Context and scope
Currently our tests are largely using static values when initializing state. We should consider fuzzing the values.
Open Questions
The difficulty with fuzzing is how to fuzz fields that do have meaning and for tests that depend on some values being the same across different structs.
The text was updated successfully, but these errors were encountered: