TranslatorSRI / SRI_testing

MIT License
0 stars 1 forks source link

Stream pytests for concurrent execution #70

Open RichardBruskiewich opened 1 year ago

RichardBruskiewich commented 1 year ago

Can async concurrent execution of tests be used to run I/O bound tests like TRAPI queries?

The Onehop tests call TRAPI in two locations, test_trapi_kps and test_trapi_aras but each test case call to TRAPI is independent (ordering of test completion may be a fresh challenge).

Some resources to investigate for this use case: