.gitignore
CLAUDE.md
LICENSE
README.md
license_to_commit.sh
mutmut_config.py
pyproject.toml
setup.cfg
setup.py
test_all_versions.sh
uv.lock
.github/workflows/pr_check.yaml
.github/workflows/python-publish.yml
doc/PYTEST_PYOSMO_DISCOVERY_IMPLEMENTATION.md
doc/api_improvements.md
doc/architecture_improvements.md
doc/configuration_api.md
doc/development.md
doc/documentation_improvements.md
doc/feature_gap_analysis.md
doc/improvement_roadmap.md
doc/mbt_good_practises.md
doc/strategic_vision_2025.md
doc/towards_randomized_tests.md
examples/__init__.py
examples/complex_example.py
examples/readme_example.py
examples/split_model.py
examples/offline_mbt/.gitignore
examples/offline_mbt/README.md
examples/offline_mbt/offline_mbt.py
examples/offline_mbt/sut_calculator.py
examples/pytest/__init__.py
examples/pytest/calculator_test_model.py
examples/pytest/test_calculator.py
examples/randomized_tests/2_randomize_input.py
examples/randomized_tests/3_calculator.py
examples/randomized_tests/4_randomized_timing.py
model-creator/QUICKSTART.md
model-creator/README.md
model-creator/__init__.py
model-creator/__main__.py
model-creator/cli.py
model-creator/crawler.py
model-creator/generator.py
model-creator/requirements.txt
model-creator/updater.py
model-creator/examples/example_generated_model.py
model-creator/tests/__init__.py
model-creator/tests/test_crawler.py
model-creator/tests/test_generator.py
pyosmo/__init__.py
pyosmo/config.py
pyosmo/decorators.py
pyosmo/main.py
pyosmo/model.py
pyosmo/osmo.py
pyosmo.egg-info/PKG-INFO
pyosmo.egg-info/SOURCES.txt
pyosmo.egg-info/dependency_links.txt
pyosmo.egg-info/entry_points.txt
pyosmo.egg-info/requires.txt
pyosmo.egg-info/top_level.txt
pyosmo/algorithm/__init__.py
pyosmo/algorithm/balancing.py
pyosmo/algorithm/base.py
pyosmo/algorithm/random.py
pyosmo/algorithm/weighted.py
pyosmo/end_conditions/__init__.py
pyosmo/end_conditions/base.py
pyosmo/end_conditions/endless.py
pyosmo/end_conditions/length.py
pyosmo/end_conditions/logical.py
pyosmo/end_conditions/step_coverage.py
pyosmo/end_conditions/time.py
pyosmo/error_strategy/__init__.py
pyosmo/error_strategy/allow_count.py
pyosmo/error_strategy/always_ignore.py
pyosmo/error_strategy/always_raise.py
pyosmo/error_strategy/base.py
pyosmo/error_strategy/ignore_asserts.py
pyosmo/history/__init__.py
pyosmo/history/history.py
pyosmo/history/statistics.py
pyosmo/history/test_case.py
pyosmo/history/test_step_log.py
pyosmo/models/__init__.py
pyosmo/models/osmo_model.py
pyosmo/models/random_delay_model.py
pyosmo/tests/__init__.py
pyosmo/tests/test_config.py
pyosmo/tests/test_core.py
pyosmo/tests/test_decorators.py
pyosmo/tests/test_end_conditions.py
pyosmo/tests/test_error_strategy.py
pyosmo/tests/test_fluent_config.py
pyosmo/tests/test_history_statistics.py
pyosmo/tests/algorithms/__init__.py
pyosmo/tests/algorithms/test_balancing_algo.py
pyosmo/tests/algorithms/test_weight_algo.py
pytest_pyosmo/ARCHITECTURE.md
pytest_pyosmo/README.md
pytest_pyosmo/__init__.py
pytest_pyosmo/conftest.py
pytest_pyosmo/pytest_pyosmo_plugin.py
pytest_pyosmo/setup.py
pytest_pyosmo/test_models_example.py