SynBioDex / pySBOL3

Native python implementation of SBOL 3.0 specification
MIT License
37 stars 16 forks source link

Update to new SBOLTestSuite/SBOL3 #219

Closed tcmitchell closed 3 years ago

tcmitchell commented 3 years ago

Test files now use compliant URIs so unit tests that relied on the old URIs needed to be updated. One or two values also changed so some unit tests were updated accordingly. A genuine bug with the EntireSequence builder was uncovered, and a related bug in the SequenceFeature builder.

There is a remaining issue (#220) round tripping component_urn_uri files so they are currently skipped by the round trip test.

Closes #218