MilanStaffehl / numdantic

Typing support for numpy arrays and numpy array validation with pydantic.
MIT License
2 stars 0 forks source link

Add unit tests for numpy validation functions #3

Closed MilanStaffehl closed 2 months ago

MilanStaffehl commented 2 months ago

The validation functions work on their own and can be unit-tested without using any pydantic features, provided the PydanticCustomError class is patched.