tests/docs/: - API_FINDINGS.md: Comprehensive migration guide from deprecated to modern API - test_*.py: 9 executable tests verifying actual runtime behavior - screenshots/: Visual verification of working examples tests/conftest.py: - Add 'docs' and 'demo' to pytest collection paths Key findings documented: - Entity uses grid_pos= not pos= - Scene API: Scene() + activate() replaces createScene/setScene - scene.children replaces sceneUI() - scene.on_key replaces keypressScene() - mcrfpy.current_scene (property) replaces currentScene() (function) - Timer callback signature: (timer, runtime) - Opacity animation does NOT work on Frame (documented bug) 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| screenshots | ||
| API_FINDINGS.md | ||
| test_current_scene.py | ||
| test_defaults.py | ||
| test_entity_api.py | ||
| test_features_animation.py | ||
| test_features_scenes.py | ||
| test_quickstart_entities.py | ||
| test_quickstart_main_menu.py | ||
| test_quickstart_simple_scene.py | ||
| test_quickstart_sprites.py | ||