test__get_breakdown#
Functions#
Do an async GET /breakdown request for a word_id. |
|
Do a GET /breakdown request for each word id in the argument |
|
Run GET /breakdown for several batches of word ids and assert that they all return with status code 200 or 404. |
request_breakdown()
#
send_async__get_breakdown__requests_for_ids()
#
- tests.smoke_tests.test__get_breakdown.send_async__get_breakdown__requests_for_ids(word_ids: List[int]) List[Tuple[httpx.Response, int]] [source]#
Do a GET /breakdown request for each word id in the argument
- Returns: List:
first item in a tuple is the httpx.Response object
second item is the word_id used to make the request