- 000
Context
test_infer_request file is quite big so it's uncomfortable to work with it.
Suggestion: split it to test_sync_infer_request.py and test_async_infer_request.py.
What needs to be done?
So test_infer_request.py should be renamed to test_sync_infer_request.py.
Add new file with name test_async_i...