MicroFish/backend/tests
anadoris007 aabe9b42a2 test(narrative): fix dead-filter e2e test — need living actor in round 2
When Marcus (the only round-2 actor) was killed, generate_prose
short-circuited on empty actions without calling the LLM, so
mock_llm.call_args_list only had one entry. Added Elena as a
second round-2 actor to exercise the filter with a live participant.
2026-04-22 14:55:28 +05:30
..
__init__.py feat(narrative): add action-to-verb mapping for OASIS actions 2026-04-20 20:50:05 +05:30
test_action_mapper.py feat(narrative): add action-to-verb mapping for OASIS actions 2026-04-20 20:50:05 +05:30
test_character_engine.py feat(narrative): set status=alive on new characters 2026-04-20 22:23:59 +05:30
test_god_mode.py feat(narrative): add god_mode.kill_character with auto-death event 2026-04-20 22:25:24 +05:30
test_narrative_e2e.py test(narrative): fix dead-filter e2e test — need living actor in round 2 2026-04-22 14:55:28 +05:30
test_narrative_translator.py feat(narrative): extend translator with world context + dead filter 2026-04-22 14:54:22 +05:30
test_story_store.py feat(narrative): add StoryStore for file-based narrative persistence 2026-04-20 20:50:55 +05:30
test_world_state.py feat(narrative): add WorldStateStore for rules, locations, event log 2026-04-20 22:23:38 +05:30