Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request canonical#200 from tonyandrewmeyer/export-charmevents
Browse files Browse the repository at this point in the history
feat: expose CharmEvents at the top level
  • Loading branch information
PietroPasotti authored Sep 23, 2024
2 parents 12b81bd + e88789b commit c00f0be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scenario/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_base():
assert out.unit_status == UnknownStatus()
"""

from scenario.context import Context, Manager
from scenario.context import CharmEvents, Context, Manager
from scenario.state import (
ActionFailed,
ActiveStatus,
Expand Down Expand Up @@ -110,6 +110,7 @@ def test_base():
"AnyJson",
"BindAddress",
"BlockedStatus",
"CharmEvents",
"CharmType",
"CheckInfo",
"CloudCredential",
Expand Down

0 comments on commit c00f0be

Please sign in to comment.