ncbo / ontologies_linked_data

Models and serializers for ontologies and related artifacts backed by 4store
Other
18 stars 8 forks source link

Missing unit test for IRI extraction #200

Closed alexskr closed 3 months ago

alexskr commented 5 months ago

We are missing the unit test for IRI extraction introduced in https://github.com/ncbo/ontologies_linked_data/pull/153

It is indirectly tested by OBO ID search, which relies on IRI; however, a direct unit test would provide more clarity.

syphax-bouazzouni commented 5 months ago

this PR https://github.com/ncbo/ontologies_linked_data/pull/199 includes a unit test for the extraction step called test_extraction_metadata(https://github.com/ncbo/ontologies_linked_data/pull/199/files#diff-a121859f7a845ade0d5d33bb88b4fea2511f9c9d31b99aad291006f5ce20398dR1152)

alexskr commented 5 months ago

great! thanks!