.gitignore
.pre-commit-config.yaml
CODEOWNERS
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
tox.ini
.github/workflows/build_wheels.yaml
.github/workflows/quality_checks.yaml
ops_scenario.egg-info/PKG-INFO
ops_scenario.egg-info/SOURCES.txt
ops_scenario.egg-info/dependency_links.txt
ops_scenario.egg-info/requires.txt
ops_scenario.egg-info/top_level.txt
resources/state-transition-model.png
scenario/__init__.py
scenario/capture_events.py
scenario/consistency_checker.py
scenario/context.py
scenario/logger.py
scenario/mocking.py
scenario/ops_main_mock.py
scenario/runtime.py
scenario/sequences.py
scenario/state.py
tests/helpers.py
tests/test_charm_spec_autoload.py
tests/test_consistency_checker.py
tests/test_context.py
tests/test_dcbase.py
tests/test_emitted_events_util.py
tests/test_plugin.py
tests/test_runtime.py
tests/test_e2e/test_actions.py
tests/test_e2e/test_builtin_scenes.py
tests/test_e2e/test_config.py
tests/test_e2e/test_custom_event_triggers.py
tests/test_e2e/test_deferred.py
tests/test_e2e/test_event.py
tests/test_e2e/test_event_bind.py
tests/test_e2e/test_juju_log.py
tests/test_e2e/test_manager.py
tests/test_e2e/test_network.py
tests/test_e2e/test_pebble.py
tests/test_e2e/test_play_assertions.py
tests/test_e2e/test_ports.py
tests/test_e2e/test_relations.py
tests/test_e2e/test_rubbish_events.py
tests/test_e2e/test_secrets.py
tests/test_e2e/test_state.py
tests/test_e2e/test_status.py
tests/test_e2e/test_storage.py
tests/test_e2e/test_stored_state.py
tests/test_e2e/test_vroot.py