mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-12 17:54:29 +00:00
failing test for revalidation
This commit is contained in:
parent
cb1e6357b6
commit
d595e87e10
1 changed files with 7 additions and 0 deletions
|
@ -151,3 +151,10 @@ def test_interface_recursive(interfaces):
|
|||
assert issubclass(interfaces.interface3, interfaces.interface1)
|
||||
assert issubclass(interfaces.interface1, Interface)
|
||||
assert interfaces.interface4 in ifaces
|
||||
|
||||
|
||||
def test_interface_revalidate(all_interfaces):
|
||||
"""
|
||||
An interface should revalidate with the output of its initial validation
|
||||
"""
|
||||
_ = type(all_interfaces)(array=all_interfaces.array)
|
||||
|
|
Loading…
Reference in a new issue