def test_sort_by_fields(self):
res = self.json_ok(self.get_ok(self.api + "/query?q=MTFMT&sort=entrezgene&species=human,mouse,rat"))
hits = res["hits"]
assert len(hits) == 3
eq_(hits[0]["entrezgene"],69606)
eq_(hits[1]["entrezgene"],123263)
eq_(hits[2]["entrezgene"],315763)
评论列表
文章目录