beanlab / quest_framework

A Python framework for fault-tolerant workflows
0 stars 0 forks source link

Refactor Tests to Use Stream Resources #38

Open kjstanding opened 3 months ago

kjstanding commented 3 months ago

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.