nfdi4plants / arc-validate-package-registry

A repository of validation packages for ARCs
https://avpr.nfdi4plants.org
MIT License
1 stars 2 forks source link

Add tests for possible null values #51

Open kMutagene opened 1 month ago

kMutagene commented 1 month ago

As the C# API and database schema allow null for optional values, we have to add tests for the Client how these values are handled on conversion to index types

kMutagene commented 2 weeks ago

this needs integration tests and is related to #32 and #15