cairo-contracts
cairo-contracts copied to clipboard
Improve ImmutableConfig testing
Currently, testing an ImmutableConfig trait is difficult because we can only have one implementation in scope. It'd be nice to develop a pattern that enables tests on variations of ImmutableConfig impls. This is especially important and helpful for the optional validate method