Add a helper function to TestBase
to await registered tasks
#1275
Labels
priority: low
Should be addressed at some point in the future
While writing tests, I often use the following pattern to await a registered task:
Ideally, I would not like to repeat myself this much. Instead, I'd like
TestBase
to offer this functionality. Something like this:The text was updated successfully, but these errors were encountered: