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
OAI serializing/schema, add to tests and fixtures.
Customization of enums
Resource types are loaded from a JSON file. We need to converge on how to load them, for all enums.
IdentifierScheme could be reused in many other schemas. However, there is no easy and clean way to flatten its attributes. Tested Pluck and Method. The latter worked but it has a more difficult code comprehension, which in my perspective makes is not a good choice.
Tests for access_condition since the access part is not fully defined yet. It is not added to the fixtures either.
Tests for FilesSchema, since is dump_only (see Zenodo). How should this be tested?
TODO as outcome of #49:
conceptrecid
minting)IdentifierScheme
could be reused in many other schemas. However, there is no easy and clean way to flatten its attributes. TestedPluck
andMethod
. The latter worked but it has a more difficult code comprehension, which in my perspective makes is not a good choice.access_condition
since the access part is not fully defined yet. It is not added to the fixtures either.FilesSchema
, since isdump_only
(see Zenodo). How should this be tested?The text was updated successfully, but these errors were encountered: