# Test Manifest for manual_slop [categories.core] description = "Manual Slop Core and GUI tests" files = [ "tests/test_api_events.py", "tests/test_gui_diagnostics.py", "tests/test_gui_events.py", "tests/test_gui_performance_requirements.py", "tests/test_gui_stress_performance.py", "tests/test_gui_updates.py", "tests/test_gui2_events.py", "tests/test_gui2_layout.py", "tests/test_gui2_mcp.py", "tests/test_gui2_parity.py", "tests/test_gui2_performance.py", "tests/test_history_management.py", "tests/test_headless_service.py", "tests/test_performance_monitor.py", "tests/test_token_usage.py", "tests/test_layout_reorganization.py", "tests/test_async_events.py", "test_mma_persistence.py", "tests/test_session_logging.py", "tests/test_logging_e2e.py", "tests/test_log_management_ui.py", "tests/test_log_pruner.py", "tests/test_log_registry.py" ] [categories.mma] description = "Manual Slop MMA Feature tests (Project Features)" files = [ "tests/test_conductor_engine.py", "tests/test_conductor_tech_lead.py", "tests/test_orchestrator_pm.py", "tests/test_orchestrator_pm_history.py", "tests/test_orchestration_logic.py", "tests/test_mma_models.py", "tests/test_mma_prompts.py", "tests/test_mma_ticket_actions.py", "tests/test_mma_orchestration_gui.py", "tests/test_headless_verification.py", "tests/test_tier4_interceptor.py", "tests/test_conductor_api_hook_integration.py" ] [categories.integrations] description = "MCP and other external integration tests" files = [ "tests/test_api_hook_client.py", "tests/test_api_hook_extensions.py", "tests/test_hooks.py", "tests/test_sync_hooks.py", "tests/test_mcp_perf_tool.py" ] [categories.simulations] description = "AI and Workflow simulation tests" files = [ "tests/test_sim_ai_settings.py", "tests/test_sim_base.py", "tests/test_sim_context.py", "tests/test_sim_execution.py", "tests/test_sim_tools.py", "tests/test_workflow_sim.py", "tests/test_extended_sims.py", "tests/test_user_agent.py", "tests/test_live_workflow.py", "tests/test_agent_capabilities.py", "tests/test_agent_tools_wiring.py" ] [execution] default_categories = ["core", "mma", "integrations", "simulations"] blacklist_categories = []