openstack-charmers / zaza

A Python3-only functional test framework for Charms
Apache License 2.0
11 stars 47 forks source link

Enable zaza.run() to accept coroutines #572

Closed ajkavanagh closed 2 years ago

ajkavanagh commented 2 years ago

This (re)enables the feature of zaza.run() to accept a coroutine.

codecov[bot] commented 2 years ago

Codecov Report

Base: 88.93% // Head: 88.95% // Increases project coverage by +0.02% :tada:

Coverage data is based on head (fb5d051) compared to base (68ffb80). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #572 +/- ## ========================================== + Coverage 88.93% 88.95% +0.02% ========================================== Files 44 44 Lines 4591 4600 +9 ========================================== + Hits 4083 4092 +9 Misses 508 508 ``` | [Impacted Files](https://codecov.io/gh/openstack-charmers/zaza/pull/572?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openstack-charmers) | Coverage Δ | | |---|---|---| | [zaza/\_\_init\_\_.py](https://codecov.io/gh/openstack-charmers/zaza/pull/572/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openstack-charmers#diff-emF6YS9fX2luaXRfXy5weQ==) | `88.59% <100.00%> (+0.97%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openstack-charmers). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openstack-charmers)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.