Refactoring vocab
module and fix potentially broken methods.
#60
Labels
Milestone
vocab
module and fix potentially broken methods.
#60
I opened the broken-tests-vocabulary branch on my fork. I introduced a few tests in the
vocab
module that are currently failing:vocab::test_is_xsd_datatype
vocab::test_namespace_in_entity_for_iri
vocab::test_to_built_in_entity
In addition, I left a few additional TODOs throughout the module:
vocab::WithIRI
could be moved tomodel
or potentially into a newiri
module together withmodel::IRI
andmodel::ForIRI
vocab::IRIString
can be deprecated and replaced bymodel::IRI
vocab::to_built_in_entity
to make the corresponding test passvocab::entity_for_iri
to make the corresponding test passvocab::is_xsd_datatype
to make the corresponding test passAlready present TODOs:
Meta::all()
forvocab::Vocab
I consider these to be potential bugs (hence the labels).
The text was updated successfully, but these errors were encountered: