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
Currently, we are using production Bioportal api for unit testing of ontologies_api_ruby_client which limits the kind of unit tests we can safely run. Instead of this we should spin up a dockerized and dedicated ontologies_api for unit testing.
The text was updated successfully, but these errors were encountered:
unit tests expect to have a few things already to be present on the API side, things like BRO ontology, category, at lest two ontology starting with letter 'c' so my question is should we pre-create those before unit tests kick off or perhaps have ruby_client create them as a part of the unit test run?
Currently, we are using production Bioportal api for unit testing of ontologies_api_ruby_client which limits the kind of unit tests we can safely run. Instead of this we should spin up a dockerized and dedicated ontologies_api for unit testing.
The text was updated successfully, but these errors were encountered: