Closed stelmo closed 1 year ago
I guess it's OK, not much need to test stuff here... What does the error look like if you derive an incomplete model?
It throws errors like this: https://seelengrab.github.io/RequiredInterfaces.jl/stable/examples/testing.html
btw, it should be Nothing
since you specify the type in the assert
anyways, I would merge this, and edit as necessary
@exaexa do you like this? See here for the docs of this pkg: https://seelengrab.github.io/RequiredInterfaces.jl/stable/examples/basic.html
I can include some tests that make a fake module, implement the required interface, and check if it satisfies the requirements, but this feels a little circular...