Many existing tests use get_resources in combination with a asyncio.sleep statement. A call to the new get_resources massively cleans up this syntax. Need to begin refactoring tests to use get_resources to both clean up the tests and flesh out potential issues with said function.
Many existing tests use
get_resources
in combination with aasyncio.sleep
statement. A call to the newget_resources
massively cleans up this syntax. Need to begin refactoring tests to useget_resources
to both clean up the tests and flesh out potential issues with said function.