numpydantic/tests/test_interface
2024-09-21 18:26:25 -07:00
..
__init__.py dask and hdf5 array interfaces 2024-04-08 18:36:47 -07:00
conftest.py add ability to dump proxy classes to arrays, tests for doing so and json dumping 2024-09-20 18:28:38 -07:00
test_dask.py allow arbitrary dtypes, and allow pydantic models as the inner type in json schema array creation 2024-08-12 20:50:33 -07:00
test_dunder.py Add len method to video and hdf5 interfaces, make dunder test module to test dunder methods across all interfaces 2024-09-02 18:13:28 -07:00
test_hdf5.py Roundtrip json serialization using dataclasses for all interfaces. Separate JSON schema generation from core_schema generation. More consistent json dumping behavior - always return just the array unless round_trip=True. 2024-09-20 23:44:59 -07:00
test_interface_base.py fix test interfaces not being disabled 2024-09-03 13:10:26 -07:00
test_interfaces.py Roundtrip json serialization using dataclasses for all interfaces. Separate JSON schema generation from core_schema generation. More consistent json dumping behavior - always return just the array unless round_trip=True. 2024-09-20 23:44:59 -07:00
test_numpy.py allow arbitrary dtypes, and allow pydantic models as the inner type in json schema array creation 2024-08-12 20:50:33 -07:00
test_video.py Add len method to video and hdf5 interfaces, make dunder test module to test dunder methods across all interfaces 2024-09-02 18:13:28 -07:00
test_zarr.py lint, fix zarr dump test 2024-09-21 18:26:25 -07:00