.gitignore
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/entry_points.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/fs_mocks.py
scenario/logger.py
scenario/mocking.py
scenario/ops_main_mock.py
scenario/runtime.py
scenario/sequences.py
scenario/state.py
scenario/scripts/errors.py
scenario/scripts/logger.py
scenario/scripts/main.py
scenario/scripts/snapshot.py
scenario/scripts/utils.py
tests/test_consistency_checker.py
tests/test_emitted_events_util.py
tests/test_runtime.py
tests/resources/__init__.py
tests/resources/demo_decorate_class.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_juju_log.py
tests/test_e2e/test_network.py
tests/test_e2e/test_observers.py
tests/test_e2e/test_pebble.py
tests/test_e2e/test_play_assertions.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_stored_state.py
tests/test_e2e/test_vroot.py