ncbo / ontologies_api

Hypermedia API for NCBO's ontology-related projects
http://data.bioontology.org
Other
25 stars 10 forks source link

Class controller test parse ontology only once #4

Closed msalvadores closed 7 years ago

msalvadores commented 11 years ago

At the moment the for each test in class controller I need to parse an ontology to get some term data in the backend. It would be good to do the setup/teardown only once for that controller. We are not really testing for parsing in that controller so it does not really matter that every test does the setup/teardown.