-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch unit testing to use a local docker image #192
Comments
In addition to the synbiohub tests cited above:
|
I can bring up a SynBioHub instance for testing on an Ubuntu host as follows:
This gives us an unconfigured SynBioHub running at port 7777. Not sure how to configure SynBioHub, and it redirects to the setup page when |
The plan for now is to table this for pySBOL2, but implement the Docker-based SBH testing for pySBOL3 and later back-port this solution to pySBOL2 |
Note that this is now a bit more pressing, since the prior Utah instance has gone down, per #390 |
Following the testing scheme for SBH, pull a local docker instance for local unit testing:
https://github.com/SynBioHub/synbiohub/tree/master/tests
The text was updated successfully, but these errors were encountered: