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
ty: add tests for Type.is_invalid_named_type() (#460)
I didn't add an extra test module, since I couldn't find any precedents in the project.
Feedback welcome!
In #384 I landed a
is_invalid_named_type
function.We should add tests to ensure it doesn't mess it up, it'd be helpful to have a few unit tests or doctests for it.
An example of such a test would look like:
The text was updated successfully, but these errors were encountered: