ncbo / goo

Graph Oriented Objects (GOO) for Ruby. A RDF/SPARQL based ORM.
http://ncbo.github.io/goo/
Other
15 stars 6 forks source link

Allow configuration to be passed when running GOO tests #128

Closed mdorf closed 3 months ago

mdorf commented 1 year ago

Currently, the configuration of the triple store, search server, redis, and other services that the test framework depends on are hard-coded inside the test_case.rb module: https://github.com/ncbo/goo/blob/master/test/test_case.rb#L62-L89

We need an ability to pass configuration to the tests, so the framework can be run against alternate triple stores and custom services.