Closed diegovalenzuelaiturra closed 2 years ago
Closes #32
Added get_documents helper function to iterate over pages of documents
get_documents
Added a gqlFilter to the fallback implementation of the get_aliquot and get_sample methods, to make queries a bit more efficient.
gqlFilter
get_aliquot
get_sample
Added tests for get_record helper function
get_record
Fixed test_get_models_by_type (teselagen/api/tests/test_discover_client.py) which failed if the optional description key was null or not present
test_get_models_by_type
teselagen/api/tests/test_discover_client.py
description
Against which TeselaGen instance should this be tested?
Platform
Closes #32
Added
get_documents
helper function to iterate over pages of documentsAdded a
gqlFilter
to the fallback implementation of theget_aliquot
andget_sample
methods, to make queries a bit more efficient.Added tests for
get_record
helper functionFixed
test_get_models_by_type
(teselagen/api/tests/test_discover_client.py
) which failed if the optionaldescription
key was null or not present