HumanCellAtlas / data-store

Design specs and prototypes for the HCA Data Storage System (DSS, "blue box")
https://dss.staging.data.humancellatlas.org/
Other
40 stars 6 forks source link

Refactor `tests/test_indexer.py` #1477

Open xbrianh opened 6 years ago

xbrianh commented 6 years ago

Mosts tests in tests/test_indexer.py are integration tests that depend on the presence of a local ES instance. To the extent that it is possible to do so, these tests should be refactored into unit tests that test small chunks of application logic. What remains should be included in a small number of integration tests requiring an ES instance.

kozbo commented 6 years ago

need to break out sub-tickets on this