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
Reimplement the tests from #12 and #13 for the python library. You should be able to use the same cucumber spec for both, but will need to write new bindings.
The text was updated successfully, but these errors were encountered:
@cjmyers The idea is to use this repository to validate multiple SBOL client libraries. They should go into a single repo instead of being spread out amongst multiple repositories. Cucumber is a tool that lets one write a test once and execute it multiple times against different, language agnostic implementations. @jakebeal can give more detail.
We have an SBOLTestRunner (see Meher's MS thesis) which does something very similar. Anyway, I'm not sure if this should be coupled to this repo or a new application that uses this as a submodule.
Reimplement the tests from #12 and #13 for the python library. You should be able to use the same cucumber spec for both, but will need to write new bindings.
The text was updated successfully, but these errors were encountered: