Files
aitbc/dev/cache/.pytest_cache/v/cache/lastfailed
aitbc 816e258d4c refactor: move brother_node development artifact to dev/test-nodes subdirectory
Development Artifact Cleanup:
 BROTHER_NODE REORGANIZATION: Moved development test node to appropriate location
- dev/test-nodes/brother_node/: Moved from root directory for better organization
- Contains development configuration, test logs, and test chain data
- No impact on production systems - purely development/testing artifact

 DEVELOPMENT ARTIFACTS IDENTIFIED:
- Chain ID: aitbc-brother-chain (test/development chain)
- Ports: 8010 (P2P) and 8011 (RPC) - different from production
- Environment: .env file with test configuration
- Logs: rpc.log and node.log from development testing session (March 15, 2026)

 ROOT DIRECTORY CLEANUP: Removed development clutter from production directory
- brother_node/ moved to dev/test-nodes/brother_node/
- Root directory now contains only production-ready components
- Development artifacts properly organized in dev/ subdirectory

DIRECTORY STRUCTURE IMPROVEMENT:
📁 dev/test-nodes/: Development and testing node configurations
🏗️ Root Directory: Clean production structure with only essential components
🧪 Development Isolation: Test environments separated from production

BENEFITS:
 Clean Production Directory: No development artifacts in root
 Better Organization: Development nodes grouped in dev/ subdirectory
 Clear Separation: Production vs development environments clearly distinguished
 Maintainability: Easier to identify and manage development components

RESULT: Successfully moved brother_node development artifact to dev/test-nodes/ subdirectory, cleaning up the root directory while preserving development testing environment for future use.
2026-03-30 17:09:06 +02:00

647 lines
61 KiB
Plaintext
Executable File

{
"tests/e2e/test_user_scenarios.py": true,
"tests/e2e/test_wallet_daemon.py": true,
"tests/integration/test_blockchain_node.py": true,
"tests/unit/test_blockchain_node.py": true,
"tests/unit/test_coordinator_api.py": true,
"tests/unit/test_wallet_daemon.py": true,
"tests/test_blockchain_nodes.py::test_node_connectivity": true,
"tests/test_blockchain_nodes.py::test_chain_consistency": true,
"tests/cli/test_blockchain.py::TestBlockchainCommands::test_validator_details": true,
"tests/cli/test_simulate.py::TestSimulateCommands::test_run_workflow": true,
"tests/cli/test_simulate.py::TestSimulateCommands::test_load_test": true,
"tests/cli/test_simulate.py::TestSimulateCommands::test_scenario_list": true,
"tests/cli/test_simulate.py::TestSimulateCommands::test_run_scenario": true,
"tests/cli/test_simulate.py::TestSimulateCommands::test_results": true,
"tests/cli/test_simulate.py::TestSimulateCommands::test_reset": true,
"tests/cli/test_simulate.py::TestSimulateCommands::test_api_error_handling": true,
"tests/cli/test_simulate.py::TestSimulateCommands::test_nonexistent_commands": true,
"tests/cli/test_cli_integration.py::TestMarketplaceGPUCommands::test_gpu_register_and_list": true,
"tests/integration/test_full_workflow.py::TestSecurityIntegration::test_end_to_end_encryption": true,
"AITBC/apps/coordinator-api/tests/test_client_receipts.py": true,
"AITBC/apps/coordinator-api/tests/test_confidential_transactions.py": true,
"AITBC/apps/coordinator-api/tests/test_exchange.py": true,
"AITBC/apps/coordinator-api/tests/test_gpu_marketplace.py": true,
"AITBC/apps/coordinator-api/tests/test_jobs.py": true,
"AITBC/apps/coordinator-api/tests/test_marketplace.py": true,
"AITBC/apps/coordinator-api/tests/test_miner_service.py": true,
"AITBC/apps/coordinator-api/tests/test_zk_proofs.py": true,
"AITBC/apps/pool-hub/tests": true,
"AITBC/apps/wallet-daemon/tests/test_ledger.py": true,
"AITBC/apps/wallet-daemon/tests/test_receipts.py": true,
"AITBC/apps/wallet-daemon/tests/test_wallet_api.py": true,
"AITBC/scripts/dev/ws_load_test.py": true,
"AITBC/tests/cli/test_cli_integration.py": true,
"AITBC/tests/e2e/test_user_scenarios.py": true,
"AITBC/tests/e2e/test_wallet_daemon.py": true,
"AITBC/tests/integration/test_blockchain_node.py": true,
"AITBC/tests/security/test_confidential_transactions.py": true,
"AITBC/tests/security/test_security_comprehensive.py": true,
"AITBC/tests/unit/test_blockchain_node.py": true,
"AITBC/tests/unit/test_coordinator_api.py": true,
"AITBC/tests/unit/test_wallet_daemon.py": true,
"cli/miner_gpu_test.py::test_miner_registration": true,
"cli/miner_gpu_test.py::test_job_processing": true,
"cli/miner_gpu_test.py::test_gpu_heartbeat": true,
"cli/test_exchange_e2e.py::test_basic_exchange_workflow": true,
"cli/test_exchange_e2e.py::test_market_statistics": true,
"cli/test_exchange_e2e.py::test_wallet_operations": true,
"cli/test_exchange_e2e.py::test_multiple_payments_scenario": true,
"cli/test_exchange_e2e.py::test_error_scenarios": true,
"cli/test_gpu_marketplace_bids.py::test_basic_workflow": true,
"cli/test_gpu_marketplace_bids.py::test_competitive_bidding": true,
"cli/test_gpu_marketplace_bids.py::test_marketplace_stats": true,
"packages/py/aitbc-crypto/tests/test_receipt_signing.py::test_canonical_json_orders_keys": true,
"packages/py/aitbc-crypto/tests/test_receipt_signing.py::test_receipt_sign_and_verify": true,
"packages/py/aitbc-sdk/tests/test_receipts.py::test_verify_receipt_success": true,
"packages/py/aitbc-sdk/tests/test_receipts.py::test_verify_receipt_failure": true,
"packages/py/aitbc-sdk/tests/test_receipts.py::test_verify_receipts_batch": true,
"packages/py/aitbc-sdk/tests/test_receipts.py::test_coordinator_receipt_client_latest": true,
"packages/py/aitbc-sdk/tests/test_receipts.py::test_coordinator_receipt_client_history": true,
"packages/py/aitbc-sdk/tests/test_receipts.py::test_coordinator_receipt_client_latest_404": true,
"packages/py/aitbc-sdk/tests/test_receipts.py::test_fetch_receipts_page_list": true,
"packages/py/aitbc-sdk/tests/test_receipts.py::test_fetch_receipts_page_dict_with_cursor": true,
"packages/py/aitbc-sdk/tests/test_receipts.py::test_iter_receipts_handles_pagination": true,
"packages/py/aitbc-sdk/tests/test_receipts.py::test_request_retries_on_transient": true,
"packages/py/aitbc-sdk/tests/test_receipts.py::test_summarize_receipts_all_verified": true,
"packages/py/aitbc-sdk/tests/test_receipts.py::test_summarize_receipts_with_failures": true,
"plugins/ollama/test_ollama_plugin.py::test_ollama_service": true,
"plugins/ollama/test_ollama_plugin.py::test_plugin_service": true,
"plugins/ollama/test_ollama_plugin.py::test_client_miner_flow": true,
"tests/integration/test_blockchain_nodes.py::test_node_connectivity": true,
"tests/integration/test_blockchain_nodes.py::test_chain_consistency": true,
"tests/integration/test_working_integration.py::test_job_endpoint_structure": true,
"tests/integration/test_working_integration.py::test_miner_endpoint_structure": true,
"tests/integration/test_full_workflow.py::TestJobToBlockchainWorkflow::test_end_to_end_job_execution": true,
"tests/integration/test_full_workflow.py::TestJobToBlockchainWorkflow::test_multi_tenant_isolation": true,
"tests/integration/test_full_workflow.py::TestWalletToCoordinatorIntegration::test_job_payment_flow": true,
"tests/integration/test_full_workflow.py::TestMarketplaceIntegration::test_service_listing_and_booking": true,
"apps/coordinator-api/tests/test_miner_service.py::test_register_and_poll_inflight": true,
"apps/coordinator-api/tests/test_miner_service.py::test_heartbeat_updates_metadata": true,
"apps/coordinator-api/tests/test_miner_service.py::test_capability_constrained_assignment": true,
"apps/coordinator-api/tests/test_miner_service.py::test_price_constraint": true,
"apps/coordinator-api/tests/test_miner_service.py::test_receipt_signing": true,
"apps/coordinator-api/tests/test_miner_service.py::test_receipt_signing_with_attestation": true,
"apps/wallet-daemon/tests/test_ledger.py::test_upsert_and_get_wallet": true,
"apps/wallet-daemon/tests/test_ledger.py::test_event_ordering": true,
"apps/pool-hub/tests/test_api.py": true,
"apps/wallet-daemon/tests/test_receipts.py::test_verify_latest_success": true,
"apps/wallet-daemon/tests/test_receipts.py::test_verify_latest_none": true,
"apps/wallet-daemon/tests/test_receipts.py::test_verify_history": true,
"apps/wallet-daemon/tests/test_wallet_api.py::test_wallet_workflow": true,
"apps/wallet-daemon/tests/test_wallet_api.py::test_wallet_password_rules": true,
"apps/pool-hub/tests/test_repositories.py::test_register_miner_persists_and_syncs": true,
"apps/pool-hub/tests/test_repositories.py::test_match_request_flow": true,
"apps/pool-hub/tests/test_repositories.py::test_feedback_repository": true,
"apps/wallet-daemon/tests/test_ledger.py": true,
"apps/wallet-daemon/tests/test_receipts.py": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangeCreatePaymentEndpoint::test_create_payment_success": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangeCreatePaymentEndpoint::test_create_payment_invalid_amounts": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangeCreatePaymentEndpoint::test_create_payment_amount_mismatch": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangeCreatePaymentEndpoint::test_create_payment_rounding_tolerance": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangePaymentStatusEndpoint::test_get_payment_status_success": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangePaymentStatusEndpoint::test_get_payment_status_not_found": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangePaymentStatusEndpoint::test_get_payment_status_expired": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangeConfirmPaymentEndpoint::test_confirm_payment_success": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangeConfirmPaymentEndpoint::test_confirm_payment_not_found": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangeConfirmPaymentEndpoint::test_confirm_payment_not_pending": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangeMarketStatsEndpoint::test_get_market_stats_empty": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangeMarketStatsEndpoint::test_get_market_stats_with_payments": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangeWalletEndpoints::test_wallet_balance_endpoint": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangeWalletEndpoints::test_wallet_info_endpoint": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangeIntegration::test_complete_payment_lifecycle": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangeIntegration::test_market_stats_update_after_payment": true,
"apps/wallet-daemon/tests/test_wallet_api.py::TestClient": true,
"apps/wallet-daemon/tests/test_wallet_api.py": true,
"apps/coordinator-api/tests/test_zk_proofs.py::TestZKProofService::test_service_initialization_without_files": true,
"apps/coordinator-api/tests/test_zk_proofs.py::TestZKProofService::test_generate_proof_basic_privacy": true,
"apps/coordinator-api/tests/test_zk_proofs.py::TestZKProofService::test_generate_proof_enhanced_privacy": true,
"apps/coordinator-api/tests/test_zk_proofs.py::TestZKProofService::test_generate_proof_service_disabled": true,
"apps/coordinator-api/tests/test_zk_proofs.py::TestZKProofService::test_generate_proof_invalid_privacy_level": true,
"apps/coordinator-api/tests/test_zk_proofs.py::TestZKProofService::test_hash_receipt": true,
"apps/coordinator-api/tests/test_zk_proofs.py::TestZKProofService::test_serialize_receipt": true,
"apps/coordinator-api/tests/test_zk_proofs.py::TestZKProofIntegration::test_receipt_creation_with_zk_proof": true,
"apps/coordinator-api/tests/test_zk_proofs.py::TestZKProofIntegration::test_settlement_with_zk_proof": true,
"tests/cli/test_cli_integration.py": true,
"tests/security/test_confidential_transactions.py::TestConfidentialTransactionVulnerabilities::test_timing_attack_prevention": true,
"tests/security/test_confidential_transactions.py::TestConfidentialTransactionVulnerabilities::test_memory_sanitization": true,
"tests/security/test_confidential_transactions.py::TestConfidentialTransactionVulnerabilities::test_side_channel_leakage_prevention": true,
"tests/security/test_confidential_transactions.py::TestConfidentialTransactionVulnerabilities::test_quantum_resistance_preparation": true,
"tests/security/test_confidential_transactions.py::TestConfidentialTransactionCompliance::test_regulatory_reporting": true,
"tests/security/test_confidential_transactions.py::TestConfidentialTransactionCompliance::test_kyc_aml_integration": true,
"tests/security/test_confidential_transactions.py::TestConfidentialTransactionCompliance::test_audit_trail_privacy": true,
"tests/security/test_confidential_transactions.py::TestConfidentialTransactionCompliance::test_data_retention_policy": true,
"tests/verification/test_block_import_complete.py::test_block_import_complete": true,
"tests/verification/test_minimal.py::test_minimal": true,
"tests/verification/test_simple_import.py::test_simple_block_import": true,
"tests/verification/test_tx_import.py::test_transaction_import": true,
"tests/integration/test_full_workflow.py::TestP2PNetworkSync::test_block_propagation": true,
"tests/integration/test_full_workflow.py::TestP2PNetworkSync::test_transaction_propagation": true,
"tests/security/test_confidential_transactions.py::TestConfidentialTransactionSecurity::test_encryption_confidentiality": true,
"tests/security/test_confidential_transactions.py::TestConfidentialTransactionSecurity::test_viewing_key_generation": true,
"tests/security/test_confidential_transactions.py::TestConfidentialTransactionSecurity::test_viewing_key_permissions": true,
"tests/security/test_confidential_transactions.py::TestConfidentialTransactionSecurity::test_key_rotation_security": true,
"tests/security/test_confidential_transactions.py::TestConfidentialTransactionSecurity::test_transaction_replay_protection": true,
"tests/security/test_confidential_transactions.py::TestConfidentialTransactionSecurity::test_side_channel_resistance": true,
"tests/security/test_confidential_transactions.py::TestConfidentialTransactionSecurity::test_zero_knowledge_proof_integration": true,
"tests/security/test_confidential_transactions.py::TestConfidentialTransactionSecurity::test_audit_log_integrity": true,
"tests/security/test_confidential_transactions.py::TestConfidentialTransactionSecurity::test_hsm_integration_security": true,
"tests/security/test_confidential_transactions.py::TestConfidentialTransactionSecurity::test_multi_party_computation": true,
"tests/security/test_confidential_transactions.py::TestConfidentialTransactionSecurity::test_forward_secrecy": true,
"tests/security/test_confidential_transactions.py::TestConfidentialTransactionSecurity::test_deniable_encryption": true,
"tests/security/test_confidential_transactions.py::TestConfidentialTransactionVulnerabilities::test_key_derivation_security": true,
"apps/coordinator-api/tests/test_client_receipts.py::test_receipt_endpoint_returns_signed_receipt": true,
"tests/integration/test_blockchain_sync.py": true,
"tests/integration/test_blockchain_sync_simple.py::TestBlockchainSyncSimple::test_real_node_connectivity": true,
"apps/zk-circuits/test/test_ml_circuits.py::test_ml_inference_circuit": true,
"apps/zk-circuits/test/test_ml_circuits.py::test_circuit_performance": true,
"apps/coordinator-api/tests/test_agent_security.py::TestAgentSecurityManager::test_create_security_policy": true,
"apps/coordinator-api/tests/test_agent_security.py::TestAgentSecurityManager::test_execution_security_monitoring": true,
"apps/coordinator-api/tests/test_agent_integration.py::TestAgentIntegrationManager::test_zk_integration_with_failures": true,
"apps/coordinator-api/tests/test_agent_integration.py::TestAgentMonitoringManager::test_alerting_rules_creation": true,
"apps/coordinator-api/tests/test_agent_orchestration.py::TestAgentWorkflowCreation::test_workflow_steps_creation": true,
"apps/coordinator-api/tests/test_agent_orchestration.py::TestAgentStateManager::test_create_execution": true,
"apps/coordinator-api/tests/test_agent_orchestration.py::TestAIAgentOrchestrator::test_workflow_execution_request": true,
"apps/coordinator-api/tests/test_agent_orchestration.py::TestAIAgentOrchestrator::test_execution_status_retrieval": true,
"apps/coordinator-api/tests/test_agent_orchestration.py::TestAgentAPIEndpoints::test_create_workflow_endpoint": true,
"apps/coordinator-api/tests/test_agent_orchestration.py::TestAgentAPIEndpoints::test_list_workflows_endpoint": true,
"apps/coordinator-api/tests/test_agent_orchestration.py::TestAgentAPIEndpoints::test_execute_workflow_endpoint": true,
"apps/coordinator-api/tests/test_agent_orchestration.py::TestAgentAPIEndpoints::test_get_execution_status_endpoint": true,
"apps/coordinator-api/tests/test_agent_integration.py::TestAgentProductionManager::test_production_deployment_with_failures": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestGPURegister::test_register_gpu": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestGPURegister::test_register_persists": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestGPUList::test_list_empty": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestGPUList::test_list_returns_registered": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestGPUList::test_filter_available": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestGPUList::test_filter_price_max": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestGPUList::test_filter_region": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestGPUDetails::test_get_details": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestGPUDetails::test_get_details_not_found": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestGPUBook::test_book_gpu": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestGPUBook::test_book_already_booked_returns_409": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestGPUBook::test_book_not_found": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestGPURelease::test_release_booked_gpu": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestGPURelease::test_release_not_booked_returns_400": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestGPUReviews::test_add_review": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestGPUReviews::test_get_reviews": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestGPUReviews::test_review_not_found_gpu": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestOrders::test_list_orders_empty": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestOrders::test_list_orders_after_booking": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestOrders::test_filter_orders_by_status": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestPricing::test_pricing_for_model": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py::TestPricing::test_pricing_not_found": true,
"apps/coordinator-api/tests/test_jobs.py::test_create_and_fetch_job": true,
"apps/coordinator-api/tests/test_jobs.py::test_acquire_next_job": true,
"apps/coordinator-api/tests/test_confidential_transactions.py::TestEncryptionService::test_encrypt_decrypt_success": true,
"apps/coordinator-api/tests/test_confidential_transactions.py::TestEncryptionService::test_audit_decrypt": true,
"apps/coordinator-api/tests/test_confidential_transactions.py::TestEncryptionService::test_encrypt_no_participants": true,
"apps/coordinator-api/tests/test_confidential_transactions.py::TestKeyManager::test_generate_key_pair": true,
"apps/coordinator-api/tests/test_confidential_transactions.py::TestKeyManager::test_key_rotation": true,
"apps/coordinator-api/tests/test_confidential_transactions.py::TestKeyManager::test_get_public_key": true,
"apps/coordinator-api/tests/test_confidential_transactions.py::TestAccessController::test_client_access_own_data": true,
"apps/coordinator-api/tests/test_confidential_transactions.py::TestAccessController::test_miner_access_assigned_data": true,
"apps/coordinator-api/tests/test_confidential_transactions.py::TestAccessController::test_unauthorized_access": true,
"apps/coordinator-api/tests/test_confidential_transactions.py::TestAccessController::test_audit_access": true,
"apps/coordinator-api/tests/test_confidential_transactions.py::TestAuditLogger::test_log_access": true,
"apps/coordinator-api/tests/test_confidential_transactions.py::TestAuditLogger::test_log_key_operation": true,
"apps/coordinator-api/tests/test_confidential_transactions.py::TestAuditLogger::test_export_logs": true,
"apps/coordinator-api/tests/test_confidential_transactions.py::TestConfidentialTransactionAPI::test_create_confidential_transaction": true,
"apps/coordinator-api/tests/test_confidential_transactions.py::TestConfidentialTransactionAPI::test_access_confidential_data": true,
"apps/coordinator-api/tests/test_confidential_transactions.py::TestConfidentialTransactionAPI::test_register_key": true,
"apps/coordinator-api/tests/test_confidential_transactions.py::TestConfidentialTransactionFlow::test_full_confidential_flow": true,
"apps/coordinator-api/tests/test_edge_gpu.py::test_profiles_seed_and_filter": true,
"apps/coordinator-api/tests/test_edge_gpu.py::test_metrics_ingest_and_list": true,
"apps/coordinator-api/tests/test_zk_proofs.py::TestZKProofService::test_service_initialization_with_files": true,
"apps/coordinator-api/tests/test_zk_proofs.py::TestZKProofService::test_verify_proof_success": true,
"apps/coordinator-api/tests/test_zk_proofs.py::TestZKProofService::test_verify_proof_failure": true,
"apps/coordinator-api/tests/test_zk_proofs.py::TestZKProofService::test_verify_proof_service_disabled": true,
"apps/coordinator-api/tests/test_zk_proofs.py::TestZKProofPerformance::test_proof_generation_time": true,
"apps/coordinator-api/tests/test_zk_proofs.py::TestZKProofPerformance::test_proof_verification_time": true,
"tests/cli/test_agent_commands.py": true,
"apps/coordinator-api/tests/test_agent_integration.py::TestAgentIntegrationManager::test_zk_system_integration": true,
"tests/e2e": true,
"apps/coordinator-api/tests/test_phase8_optional_endpoints.py::test_explorer_api_head": true,
"apps/coordinator-api/tests/test_phase8_optional_endpoints.py::test_economics_stats": true,
"tests/openclaw_marketplace/test_performance_optimization.py": true,
"apps/coordinator-api/test_client_miner.py": true,
"apps/coordinator-api/tests/test_edge_gpu.py": true,
"apps/coordinator-api/tests/test_marketplace_enhanced.py": true,
"apps/coordinator-api/tests/test_multimodal_agent.py": true,
"apps/coordinator-api/tests/test_openclaw_enhanced.py": true,
"tests/openclaw_marketplace/test_framework.py::TestMarketplaceHealth::test_primary_marketplace_health": true,
"tests/reputation/test_reputation_system.py": true,
"tests/rewards/test_reward_system.py": true,
"tests/trading/test_trading_system.py": true,
"tests/integration/test_community_governance.py::test_developer_ecosystem": true,
"tests/integration/test_community_governance.py::test_solution_marketplace": true,
"tests/integration/test_community_governance.py::test_governance_lifecycle": true,
"tests/e2e/test_advanced_features.py::test_multi_modal_fusion": true,
"tests/e2e/test_advanced_features.py::test_adaptive_scaler_trigger": true,
"tests/e2e/test_advanced_features.py::test_dao_governance_proposal": true,
"tests/certification/test_certification_system.py": true,
"tests/integration/test_agent_economics_integration.py": true,
"tests/cli/test_optimize_commands.py::TestSelfOptCommands::test_self_opt_enable_success": true,
"tests/cli/test_optimize_commands.py::TestSelfOptCommands::test_self_opt_status_success": true,
"tests/cli/test_optimize_commands.py::TestSelfOptCommands::test_self_opt_objectives_success": true,
"tests/cli/test_optimize_commands.py::TestSelfOptCommands::test_self_opt_recommendations_success": true,
"tests/cli/test_optimize_commands.py::TestPredictCommands::test_predict_resources_success": true,
"tests/cli/test_optimize_commands.py::TestPredictCommands::test_autoscale_success": true,
"tests/cli/test_optimize_commands.py::TestPredictCommands::test_forecast_success": true,
"tests/cli/test_optimize_commands.py::TestTuneCommands::test_tune_auto_success": true,
"tests/cli/test_optimize_commands.py::TestTuneCommands::test_tune_status_success": true,
"tests/cli/test_optimize_commands.py::TestTuneCommands::test_tune_results_success": true,
"tests/cli/test_optimize_commands.py::TestOptimizeUtilities::test_optimize_disable_success": true,
"tests/cli/test_optimize_commands.py::TestOptimizeUtilities::test_self_opt_apply_success": true,
"tests/cli/test_openclaw_commands.py::TestDeployCommands::test_deploy_success": true,
"tests/cli/test_openclaw_commands.py::TestDeployCommands::test_scale_success": true,
"tests/cli/test_openclaw_commands.py::TestDeployCommands::test_deploy_optimize_success": true,
"tests/cli/test_openclaw_commands.py::TestMonitorCommands::test_monitor_success": true,
"tests/cli/test_openclaw_commands.py::TestMonitorCommands::test_status_success": true,
"tests/cli/test_openclaw_commands.py::TestEdgeCommands::test_edge_deploy_success": true,
"tests/cli/test_openclaw_commands.py::TestEdgeCommands::test_edge_resources_success": true,
"tests/cli/test_openclaw_commands.py::TestEdgeCommands::test_edge_optimize_success": true,
"tests/cli/test_openclaw_commands.py::TestEdgeCommands::test_edge_compliance_success": true,
"tests/cli/test_openclaw_commands.py::TestRoutingCommands::test_routing_optimize_success": true,
"tests/cli/test_openclaw_commands.py::TestRoutingCommands::test_routing_status_success": true,
"tests/cli/test_openclaw_commands.py::TestEcosystemCommands::test_ecosystem_create_success": true,
"tests/cli/test_openclaw_commands.py::TestEcosystemCommands::test_ecosystem_list_success": true,
"tests/cli/test_openclaw_commands.py::TestEcosystemCommands::test_ecosystem_install_success": true,
"tests/cli/test_openclaw_commands.py::TestOpenClawUtilities::test_terminate_success": true,
"tests/cli/test_marketplace_advanced_commands.py::TestModelsCommands::test_models_list_success": true,
"tests/cli/test_marketplace_advanced_commands.py::TestModelsCommands::test_models_mint_success": true,
"tests/cli/test_marketplace_advanced_commands.py::TestModelsCommands::test_models_update_success": true,
"tests/cli/test_marketplace_advanced_commands.py::TestModelsCommands::test_models_verify_success": true,
"tests/cli/test_marketplace_advanced_commands.py::TestAnalyticsCommands::test_analytics_success": true,
"tests/cli/test_marketplace_advanced_commands.py::TestAnalyticsCommands::test_benchmark_success": true,
"tests/cli/test_marketplace_advanced_commands.py::TestAnalyticsCommands::test_trends_success": true,
"tests/cli/test_marketplace_advanced_commands.py::TestAnalyticsCommands::test_report_success": true,
"tests/cli/test_marketplace_advanced_commands.py::TestTradingCommands::test_bid_success": true,
"tests/cli/test_marketplace_advanced_commands.py::TestTradingCommands::test_royalties_success": true,
"tests/cli/test_marketplace_advanced_commands.py::TestTradingCommands::test_execute_success": true,
"tests/cli/test_marketplace_advanced_commands.py::TestDisputeCommands::test_dispute_file_success": true,
"tests/cli/test_marketplace_advanced_commands.py::TestDisputeCommands::test_dispute_status_success": true,
"tests/cli/test_marketplace_advanced_commands.py::TestDisputeCommands::test_dispute_resolve_success": true,
"apps/coordinator-api/tests/test_advanced_ai_agents.py::TestClient": true,
"apps/coordinator-api/tests/test_advanced_ai_agents.py::TestMultiModalAgentArchitecture": true,
"apps/coordinator-api/tests/test_advanced_ai_agents.py::TestAdaptiveLearningSystems": true,
"apps/coordinator-api/tests/test_advanced_ai_agents.py::TestCollaborativeAgentCoordination": true,
"apps/coordinator-api/tests/test_advanced_ai_agents.py::TestAutonomousOptimization": true,
"apps/coordinator-api/tests/test_advanced_ai_agents.py::TestAdvancedAIAgentsIntegration": true,
"apps/coordinator-api/tests/test_advanced_ai_agents.py::TestPerformanceBenchmarks": true,
"apps/coordinator-api/tests/test_agent_integration.py::TestAgentDeploymentManager::test_create_deployment_config": true,
"apps/coordinator-api/tests/test_agent_integration.py::TestAgentDeploymentManager::test_deploy_agent_workflow": true,
"apps/coordinator-api/tests/test_agent_integration.py::TestAgentDeploymentManager::test_deployment_health_monitoring": true,
"apps/coordinator-api/tests/test_agent_integration.py::TestAgentDeploymentManager::test_deployment_scaling": true,
"apps/coordinator-api/tests/test_agent_integration.py::TestAgentDeploymentManager::test_deployment_rollback": true,
"apps/coordinator-api/tests/test_agent_integration.py::TestAgentMonitoringManager::test_deployment_metrics_collection": true,
"apps/coordinator-api/tests/test_agent_integration.py::TestAgentProductionManager::test_production_deployment": true,
"apps/coordinator-api/tests/test_agent_integration.py::TestAgentIntegrationManager": true,
"apps/coordinator-api/tests/test_agent_integration.py::TestAgentDeploymentManager": true,
"apps/coordinator-api/tests/test_agent_integration.py::TestAgentMonitoringManager": true,
"apps/coordinator-api/tests/test_agent_integration.py::TestAgentProductionManager": true,
"apps/coordinator-api/tests/test_agent_orchestration.py::TestAgentWorkflowCreation::test_create_workflow": true,
"apps/coordinator-api/tests/test_agent_orchestration.py::TestAgentStateManager::test_update_execution_status": true,
"apps/coordinator-api/tests/test_agent_orchestration.py::TestAgentVerifier::test_basic_verification": true,
"apps/coordinator-api/tests/test_agent_orchestration.py::TestAgentVerifier::test_basic_verification_failure": true,
"apps/coordinator-api/tests/test_agent_orchestration.py::TestAgentVerifier::test_full_verification": true,
"apps/coordinator-api/tests/test_agent_orchestration.py::TestAIAgentOrchestrator::test_step_execution_order": true,
"apps/coordinator-api/tests/test_agent_orchestration.py::TestAIAgentOrchestrator::test_circular_dependency_detection": true,
"apps/coordinator-api/tests/test_agent_orchestration.py::TestAgentWorkflowCreation": true,
"apps/coordinator-api/tests/test_agent_orchestration.py::TestAgentStateManager": true,
"apps/coordinator-api/tests/test_agent_orchestration.py::TestAgentVerifier": true,
"apps/coordinator-api/tests/test_agent_orchestration.py::TestAIAgentOrchestrator": true,
"apps/coordinator-api/tests/test_agent_orchestration.py::TestAgentAPIEndpoints": true,
"apps/coordinator-api/tests/test_agent_security.py::TestAgentAuditor": true,
"apps/coordinator-api/tests/test_agent_security.py::TestAgentTrustManager": true,
"apps/coordinator-api/tests/test_agent_security.py::TestAgentSandboxManager": true,
"apps/coordinator-api/tests/test_agent_security.py::TestAgentSecurityManager": true,
"apps/coordinator-api/tests/test_client_receipts.py::TestClient": true,
"apps/coordinator-api/tests/test_community_governance.py::TestClient": true,
"apps/coordinator-api/tests/test_community_governance.py::TestDecentralizedGovernance": true,
"apps/coordinator-api/tests/test_community_governance.py::TestResearchLabs": true,
"apps/coordinator-api/tests/test_community_governance.py::TestDeveloperEcosystem": true,
"apps/coordinator-api/tests/test_community_governance.py::TestCommunityInnovation": true,
"apps/coordinator-api/tests/test_community_governance.py::TestCommunityGovernancePerformance": true,
"apps/coordinator-api/tests/test_community_governance.py::TestCommunityGovernanceValidation": true,
"apps/coordinator-api/tests/test_exchange.py::TestClient": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangeRatesEndpoint": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangeCreatePaymentEndpoint": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangePaymentStatusEndpoint": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangeConfirmPaymentEndpoint": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangeMarketStatsEndpoint": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangeWalletEndpoints": true,
"apps/coordinator-api/tests/test_exchange.py::TestExchangeIntegration": true,
"apps/coordinator-api/tests/test_explorer_integrations.py::TestClient": true,
"apps/coordinator-api/tests/test_explorer_integrations.py::TestExplorerDataAPI": true,
"apps/coordinator-api/tests/test_explorer_integrations.py::TestTokenAnalyticsAPI": true,
"apps/coordinator-api/tests/test_explorer_integrations.py::TestWalletIntegration": true,
"apps/coordinator-api/tests/test_explorer_integrations.py::TestDAppConnectivity": true,
"apps/coordinator-api/tests/test_explorer_integrations.py::TestCrossChainBridges": true,
"apps/coordinator-api/tests/test_explorer_integrations.py::TestExplorerIntegrationPerformance": true,
"apps/coordinator-api/tests/test_explorer_integrations.py::TestExplorerIntegrationSecurity": true,
"apps/coordinator-api/tests/test_explorer_integrations.py::TestExplorerIntegrationDocumentation": true,
"apps/coordinator-api/tests/test_global_ecosystem.py::TestClient": true,
"apps/coordinator-api/tests/test_global_ecosystem.py::TestMultiRegionDeployment": true,
"apps/coordinator-api/tests/test_global_ecosystem.py::TestIndustrySpecificSolutions": true,
"apps/coordinator-api/tests/test_global_ecosystem.py::TestEnterpriseConsultingServices": true,
"apps/coordinator-api/tests/test_global_ecosystem.py::TestGlobalEcosystemPerformance": true,
"apps/coordinator-api/tests/test_global_ecosystem.py::TestGlobalEcosystemValidation": true,
"apps/coordinator-api/tests/test_marketplace.py::TestClient": true,
"apps/coordinator-api/tests/test_marketplace.py::test_list_offers_filters_by_status": true,
"apps/coordinator-api/tests/test_marketplace.py::test_marketplace_stats": true,
"apps/coordinator-api/tests/test_marketplace.py::test_submit_bid_creates_record": true,
"apps/coordinator-api/tests/test_marketplace.py::test_marketplace_service_list_offers_handles_limit_offset": true,
"apps/coordinator-api/tests/test_marketplace.py::test_list_bids_filters_by_status_and_provider": true,
"apps/coordinator-api/tests/test_marketplace.py::test_get_bid_details": true,
"apps/coordinator-api/tests/test_marketplace.py::test_marketplace_service_list_bids_handles_limit_offset": true,
"apps/coordinator-api/tests/test_marketplace.py::test_marketplace_stats_includes_bids": true,
"apps/coordinator-api/tests/test_marketplace.py::test_bid_validation": true,
"apps/coordinator-api/tests/test_marketplace_enhancement.py::TestClient": true,
"apps/coordinator-api/tests/test_marketplace_enhancement.py::TestAdvancedMarketplaceFeatures": true,
"apps/coordinator-api/tests/test_marketplace_enhancement.py::TestModelLicensing": true,
"apps/coordinator-api/tests/test_marketplace_enhancement.py::TestAdvancedModelVerification": true,
"apps/coordinator-api/tests/test_marketplace_enhancement.py::TestMarketplaceAnalytics": true,
"apps/coordinator-api/tests/test_marketplace_enhancement.py::TestMarketplaceEnhancementPerformance": true,
"apps/coordinator-api/tests/test_marketplace_enhancement.py::TestMarketplaceEnhancementValidation": true,
"apps/coordinator-api/tests/test_ml_zk_integration.py::TestClient": true,
"apps/coordinator-api/tests/test_ml_zk_integration.py::TestMLZKIntegration": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestAdvancedAgentOrchestration::test_sophisticated_agent_skill_routing": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestAdvancedAgentOrchestration::test_intelligent_job_offloading": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestAdvancedAgentOrchestration::test_agent_collaboration_coordination": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestAdvancedAgentOrchestration::test_hybrid_execution_optimization": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestAdvancedAgentOrchestration::test_orchestration_performance_targets": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestEdgeComputingIntegration::test_edge_deployment_infrastructure": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestEdgeComputingIntegration::test_edge_to_cloud_coordination": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestEdgeComputingIntegration::test_edge_specific_optimization": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestEdgeComputingIntegration::test_edge_security_compliance": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestEdgeComputingIntegration::test_edge_performance_targets": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestOpenClawEcosystemDevelopment::test_developer_tools_and_sdks": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestOpenClawEcosystemDevelopment::test_marketplace_solutions": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestOpenClawEcosystemDevelopment::test_community_platform": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestOpenClawEcosystemDevelopment::test_partnership_programs": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestOpenClawEcosystemDevelopment::test_ecosystem_metrics": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestOpenClawIntegrationPerformance::test_agent_orchestration_performance": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestOpenClawIntegrationPerformance::test_edge_computing_performance": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestOpenClawIntegrationPerformance::test_ecosystem_scalability": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestOpenClawIntegrationPerformance::test_integration_efficiency": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestOpenClawIntegrationValidation::test_phase_6_6_success_criteria": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestOpenClawIntegrationValidation::test_integration_maturity_assessment": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestOpenClawIntegrationValidation::test_integration_sustainability": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestOpenClawIntegrationValidation::test_future_readiness": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestOpenClawIntegrationValidation::test_competitive_advantages": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestClient": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestAdvancedAgentOrchestration": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestEdgeComputingIntegration": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestOpenClawEcosystemDevelopment": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestOpenClawIntegrationPerformance": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py::TestOpenClawIntegrationValidation": true,
"apps/coordinator-api/tests/test_quantum_integration.py::TestClient": true,
"apps/coordinator-api/tests/test_quantum_integration.py::TestQuantumResistantCryptography": true,
"apps/coordinator-api/tests/test_quantum_integration.py::TestQuantumAgentProcessing": true,
"apps/coordinator-api/tests/test_quantum_integration.py::TestQuantumMarketplaceIntegration": true,
"apps/coordinator-api/tests/test_quantum_integration.py::TestQuantumSecurity": true,
"apps/coordinator-api/tests/test_quantum_integration.py::TestQuantumPerformance": true,
"apps/coordinator-api/tests/test_quantum_integration.py::TestQuantumIntegrationValidation": true,
"apps/coordinator-api/tests/test_zk_optimization_findings.py::TestClient": true,
"apps/coordinator-api/tests/test_zk_optimization_findings.py::TestPerformanceBaselines": true,
"apps/coordinator-api/tests/test_zk_optimization_findings.py::TestOptimizationRecommendations": true,
"apps/coordinator-api/tests/test_zk_optimization_findings.py::TestOptimizationImplementation": true,
"apps/coordinator-api/tests/test_zk_optimization_findings.py::TestZKOptimizationPerformance": true,
"apps/coordinator-api/tests/test_zk_optimization_findings.py::TestZKOptimizationValidation": true,
"apps/coordinator-api/tests/test_zkml_optimization.py::TestClient": true,
"apps/coordinator-api/tests/test_zkml_optimization.py::TestPerformanceBenchmarking": true,
"apps/coordinator-api/tests/test_zkml_optimization.py::TestCircuitArchitectureOptimization": true,
"apps/coordinator-api/tests/test_zkml_optimization.py::TestZKMLIntegration": true,
"apps/coordinator-api/tests/test_zkml_optimization.py::TestZKMLPerformanceValidation": true,
"apps/coordinator-api/tests/test_zkml_optimization.py::TestZKMLErrorHandling": true,
"apps/coordinator-api/tests/test_zkml_optimization.py::TestZKMLInfrastructureIntegration": true,
"apps/coordinator-api/tests/test_advanced_ai_agents.py": true,
"apps/coordinator-api/tests/test_agent_integration.py": true,
"apps/coordinator-api/tests/test_agent_orchestration.py": true,
"apps/coordinator-api/tests/test_agent_security.py": true,
"apps/coordinator-api/tests/test_client_receipts.py": true,
"apps/coordinator-api/tests/test_community_governance.py": true,
"apps/coordinator-api/tests/test_exchange.py": true,
"apps/coordinator-api/tests/test_explorer_integrations.py": true,
"apps/coordinator-api/tests/test_global_ecosystem.py": true,
"apps/coordinator-api/tests/test_gpu_marketplace.py": true,
"apps/coordinator-api/tests/test_marketplace.py": true,
"apps/coordinator-api/tests/test_marketplace_enhancement.py": true,
"apps/coordinator-api/tests/test_ml_zk_integration.py": true,
"apps/coordinator-api/tests/test_openclaw_enhancement.py": true,
"apps/coordinator-api/tests/test_quantum_integration.py": true,
"apps/coordinator-api/tests/test_zk_optimization_findings.py": true,
"apps/coordinator-api/tests/test_zkml_optimization.py": true,
"apps/coordinator-api/tests/test_core_services.py": true,
"apps/coordinator-api/tests/test_integration.py::TestHealthEndpoints::test_health_check_basic": true,
"apps/coordinator-api/tests/test_rate_limiting.py": true,
"apps/coordinator-api/tests/test_components.py::TestRateLimitingComponents::test_slowapi_import": true,
"apps/coordinator-api/tests/test_components.py::TestConfigurationValidation::test_environment_based_configuration": true,
"apps/coordinator-api/tests/test_rate_limiting_comprehensive.py::TestRateLimitingEnforcement::test_tiered_rate_limit_strategy": true,
"apps/coordinator-api/tests/test_rate_limiting_comprehensive.py::TestRateLimitMetrics::test_rate_limit_hit_logging": true,
"tests/test_explorer_integration.py::TestExplorerTransactionAPI::test_transaction_endpoint_exists": true,
"tests/test_explorer_integration.py::TestExplorerTransactionAPI::test_transaction_successful_response": true,
"tests/test_explorer_integration.py::TestExplorerTransactionAPI::test_transaction_not_found": true,
"tests/test_explorer_integration.py::TestTimestampHandling::test_format_timestamp_invalid": true,
"tests/test_explorer_integration.py::TestTestDiscovery::test_pytest_configuration": true,
"apps/coordinator-api/tests/test_agent_identity_sdk.py": true,
"apps/coordinator-api/tests/test_wallet_service.py": true,
"apps/coordinator-api/tests/test_atomic_swap_service.py": true,
"tests/cli/test_admin.py": true,
"tests/cli/test_auth.py": true,
"tests/cli/test_blockchain.py": true,
"tests/cli/test_client.py": true,
"tests/cli/test_config.py": true,
"tests/cli/test_exchange.py": true,
"tests/cli/test_governance.py": true,
"tests/cli/test_marketplace.py": true,
"tests/cli/test_marketplace_advanced_commands.py": true,
"tests/cli/test_marketplace_bids.py": true,
"tests/cli/test_multimodal_commands.py": true,
"tests/cli/test_openclaw_commands.py": true,
"tests/cli/test_optimize_commands.py": true,
"tests/cli/test_simulate.py": true,
"tests/cli/test_swarm_commands.py": true,
"tests/cli/test_wallet.py": true,
"tests/integration/test_community_governance.py": true,
"tests/integration/test_pricing_integration.py": true,
"tests/performance/test_pricing_performance.py": true,
"tests/test_agent_wallet_security.py": true,
"tests/unit/test_core_functionality.py": true,
"tests/unit/test_dynamic_pricing.py": true,
"tests/security/test_security_comprehensive.py::TestAuthenticationSecurity::test_api_key_validation": true,
"tests/security/test_security_comprehensive.py::TestAuthenticationSecurity::test_token_security": true,
"tests/security/test_security_comprehensive.py::TestAuthenticationSecurity::test_session_security": true,
"tests/security/test_security_comprehensive.py::TestDataEncryption::test_sensitive_data_encryption": true,
"tests/security/test_security_comprehensive.py::TestDataEncryption::test_data_integrity": true,
"tests/security/test_security_comprehensive.py::TestDataEncryption::test_secure_storage": true,
"tests/security/test_security_comprehensive.py::TestInputValidation::test_sql_injection_prevention": true,
"tests/security/test_security_comprehensive.py::TestInputValidation::test_xss_prevention": true,
"tests/security/test_security_comprehensive.py::TestInputValidation::test_file_upload_security": true,
"tests/security/test_security_comprehensive.py::TestInputValidation::test_rate_limiting": true,
"tests/security/test_security_comprehensive.py::TestNetworkSecurity::test_https_enforcement": true,
"tests/security/test_security_comprehensive.py::TestNetworkSecurity::test_request_headers_security": true,
"tests/security/test_security_comprehensive.py::TestNetworkSecurity::test_cors_configuration": true,
"tests/security/test_security_comprehensive.py::TestAuditLogging::test_security_event_logging": true,
"tests/security/test_security_comprehensive.py::TestAuditLogging::test_log_data_protection": true,
"tests/test_websocket_stream_backpressure.py": true,
"tests/test_websocket_backpressure_core.py::TestStreamManager::test_slow_stream_detection": true,
"tests/test_websocket_backpressure_core.py::TestBackpressureScenarios::test_slow_consumer_isolation": true,
"tests/test_event_driven_cache.py": true,
"packages/py/aitbc-core/tests/test_logging.py": true,
"packages/py/aitbc-sdk/tests/test_receipts.py": true,
"packages/py/aitbc-crypto/tests/test_receipt_signing.py": true,
"tests/cli/test_chain.py": true,
"tests/cli/test_deploy_commands.py": true,
"tests/cli/test_deploy_commands_simple.py": true,
"tests/cli/test_deploy_structure.py": true,
"tests/cli/test_genesis.py": true,
"tests/cli/test_marketplace_additional.py": true,
"tests/cli/test_miner.py": true,
"tests/cli/test_node.py": true,
"tests/cli/test_wallet_additions.py": true,
"tests/cli/test_wallet_remaining.py": true,
"tests/openclaw_marketplace/test_framework.py::TestMarketplaceHealth::test_secondary_marketplace_health": true,
"tests/openclaw_marketplace/test_framework.py::TestAgentRegistration::test_agent_registration_success": true,
"tests/openclaw_marketplace/test_framework.py::TestAgentRegistration::test_agent_reputation_tracking": true,
"tests/openclaw_marketplace/test_framework.py::TestResourceTrading::test_resource_listing_success": true,
"tests/openclaw_marketplace/test_framework.py::TestResourceTrading::test_ai_power_rental_success": true,
"tests/openclaw_marketplace/test_framework.py::TestSmartContracts::test_ai_power_rental_contract": true,
"tests/openclaw_marketplace/test_framework.py::TestSmartContracts::test_payment_processing_contract": true,
"tests/openclaw_marketplace/test_framework.py::TestPerformanceOptimization::test_performance_metrics_collection": true,
"tests/openclaw_marketplace/test_framework.py::TestPerformanceOptimization::test_geographic_load_balancing": true,
"tests/openclaw_marketplace/test_framework.py::TestAgentEconomics::test_aitbc_payment_processing": true,
"tests/openclaw_marketplace/test_framework.py::TestAgentEconomics::test_agent_balance_tracking": true,
"tests/test_cli_translation_security.py::TestCLITranslationSecurityManager::test_critical_command_translation_disabled": true,
"tests/test_cli_translation_security.py::TestCLITranslationSecurityManager::test_high_security_local_only": true,
"tests/test_cli_translation_security.py::TestCLITranslationSecurityManager::test_medium_security_fallback_mode": true,
"tests/test_cli_translation_security.py::TestCLITranslationSecurityManager::test_low_security_full_translation": true,
"tests/test_cli_translation_security.py::TestCLITranslationSecurityManager::test_user_consent_requirement": true,
"tests/test_cli_translation_security.py::TestCLITranslationSecurityManager::test_external_api_failure_fallback": true,
"tests/test_cli_translation_security.py::TestCLITranslationSecurityManager::test_command_security_level_classification": true,
"tests/test_cli_translation_security.py::TestCLITranslationSecurityManager::test_unknown_command_default_security": true,
"tests/test_cli_translation_security.py::TestCLITranslationSecurityManager::test_local_translation_functionality": true,
"tests/test_cli_translation_security.py::TestCLITranslationSecurityManager::test_security_logging": true,
"tests/test_cli_translation_security.py::TestCLITranslationSecurityManager::test_security_summary_generation": true,
"tests/test_cli_translation_security.py::TestCLITranslationSecurityManager::test_translation_allowed_check": true,
"tests/test_cli_translation_security.py::TestCLITranslationSecurityManager::test_get_security_policy_for_command": true,
"tests/test_cli_translation_security.py::TestTranslationSecurityConfiguration::test_configure_translation_security": true,
"tests/test_cli_translation_security.py::TestTranslationSecurityConfiguration::test_get_translation_security_report": true,
"tests/test_cli_translation_security.py::TestSecurityEdgeCases::test_empty_translation_request": true,
"tests/test_cli_translation_security.py::TestSecurityEdgeCases::test_unsupported_target_language": true,
"tests/test_cli_translation_security.py::TestSecurityEdgeCases::test_very_long_text_translation": true,
"tests/test_cli_translation_security.py::TestSecurityEdgeCases::test_concurrent_translation_requests": true,
"tests/test_cli_translation_security.py::TestSecurityEdgeCases::test_security_log_size_limit": true,
"tests/test_cli_translation_security.py::TestSecurityCompliance::test_critical_commands_never_use_external_apis": true,
"tests/test_cli_translation_security.py::TestSecurityCompliance::test_sensitive_data_never_sent_externally": true,
"tests/test_cli_translation_security.py::TestSecurityCompliance::test_always_fallback_to_original_text": true,
"tests/analytics/test_analytics_system.py::TestMarketplaceAnalytics::test_collect_market_data": true,
"tests/analytics/test_analytics_system.py::TestMarketplaceAnalytics::test_generate_insights": true,
"tests/analytics/test_analytics_system.py::TestMarketplaceAnalytics::test_create_dashboard": true,
"tests/analytics/test_analytics_system.py::TestMarketplaceAnalytics::test_get_market_overview": true,
"tests/analytics/test_analytics_system.py::TestMarketplaceAnalytics::test_different_periods": true,
"tests/analytics/test_analytics_system.py::TestAnalyticsEngine::test_analyze_trends": true,
"tests/analytics/test_analytics_system.py::TestAnalyticsEngine::test_detect_anomalies": true,
"tests/analytics/test_analytics_system.py::TestAnalyticsEngine::test_identify_opportunities": true,
"tests/analytics/test_analytics_system.py::TestAnalyticsEngine::test_assess_risks": true,
"tests/analytics/test_analytics_system.py::TestAnalyticsEngine::test_generate_insights_comprehensive": true,
"tests/analytics/test_analytics_system.py::TestDashboardManager::test_create_default_dashboard": true,
"tests/analytics/test_analytics_system.py::TestDashboardManager::test_create_executive_dashboard": true,
"tests/analytics/test_analytics_system.py::TestDashboardManager::test_default_widgets_structure": true,
"tests/analytics/test_analytics_system.py::TestReportingSystem::test_report_generation": true,
"tests/analytics/test_analytics_system.py::TestReportingSystem::test_report_export": true,
"tests/analytics/test_analytics_system.py::TestReportingSystem::test_report_scheduling": true,
"tests/analytics/test_analytics_system.py::TestDataCollector::test_data_collection_metrics": true,
"tests/analytics/test_analytics_system.py::TestDataCollector::test_collect_transaction_volume": true,
"tests/analytics/test_analytics_system.py::TestDataCollector::test_collect_active_agents": true,
"tests/analytics/test_analytics_system.py::TestDataCollector::test_collect_average_prices": true,
"tests/analytics/test_analytics_system.py::TestDataCollector::test_collect_success_rates": true,
"tests/analytics/test_analytics_system.py::TestDataCollector::test_collect_supply_demand_ratio": true,
"tests/analytics/test_analytics_system.py::TestDataCollector::test_collect_market_metrics_batch": true,
"tests/analytics/test_analytics_system.py::TestDataCollector::test_different_periods": true,
"tests/analytics/test_analytics_system.py::TestAnalyticsPerformance::test_bulk_metric_collection_performance": true,
"tests/analytics/test_analytics_system.py::TestAnalyticsPerformance::test_insight_generation_performance": true,
"tests/integration/test_blockchain_sync_simple.py::TestBlockchainSyncSimple::test_real_node_synchronization": true,
"tests/integration/test_blockchain_sync_simple.py::TestBlockchainSyncSimple::test_cross_site_sync_status": true,
"tests/integration/test_blockchain_sync_simple.py::TestBlockchainSyncSimple::test_transaction_propagation": true,
"tests/integration/test_blockchain_sync_simple.py::TestBlockchainSyncSimple::test_sync_monitoring_metrics": true,
"tests/integration/test_blockchain_sync_simple.py::TestBlockchainSyncSimple::test_sync_health_check": true,
"tests/openclaw_marketplace/test_advanced_agent_capabilities.py::TestMetaLearningCapabilities::test_meta_learning_setup": true,
"tests/openclaw_marketplace/test_advanced_agent_capabilities.py::TestMetaLearningCapabilities::test_skill_acquisition_acceleration": true,
"tests/openclaw_marketplace/test_advanced_agent_capabilities.py::TestSelfOptimization::test_resource_optimization": true,
"tests/openclaw_marketplace/test_advanced_agent_capabilities.py::TestSelfOptimization::test_adaptive_resource_scaling": true,
"tests/openclaw_marketplace/test_advanced_agent_capabilities.py::TestMultimodalFusion::test_multimodal_fusion_setup": true,
"tests/openclaw_marketplace/test_advanced_agent_capabilities.py::TestMultimodalFusion::test_cross_modal_attention": true,
"tests/openclaw_marketplace/test_advanced_agent_capabilities.py::TestAdvancedReinforcementLearning::test_ppo_training": true,
"tests/openclaw_marketplace/test_advanced_agent_capabilities.py::TestAdvancedReinforcementLearning::test_policy_stability": true,
"tests/openclaw_marketplace/test_advanced_agent_capabilities.py::TestAgentCreativity::test_creativity_development": true,
"tests/openclaw_marketplace/test_advanced_agent_capabilities.py::TestAgentCreativity::test_novel_solution_generation": true,
"tests/openclaw_marketplace/test_advanced_agent_capabilities.py::TestAgentSpecialization::test_domain_specialization": true,
"tests/openclaw_marketplace/test_advanced_agent_capabilities.py::TestAgentSpecialization::test_cross_domain_transfer": true,
"tests/openclaw_marketplace/test_agent_economics.py::TestAgentReputationSystem::test_reputation_calculation_accuracy": true,
"tests/openclaw_marketplace/test_agent_economics.py::TestAgentReputationSystem::test_trust_system_reliability": true,
"tests/openclaw_marketplace/test_agent_economics.py::TestRewardMechanisms::test_performance_based_rewards": true,
"tests/openclaw_marketplace/test_agent_economics.py::TestRewardMechanisms::test_volume_based_rewards": true,
"tests/openclaw_marketplace/test_agent_economics.py::TestAgentToAgentTrading::test_direct_p2p_trading": true,
"tests/openclaw_marketplace/test_agent_economics.py::TestAgentToAgentTrading::test_arbitrage_trading": true,
"tests/openclaw_marketplace/test_agent_economics.py::TestMarketplaceAnalytics::test_monthly_analytics": true,
"tests/openclaw_marketplace/test_agent_economics.py::TestMarketplaceAnalytics::test_weekly_analytics": true,
"tests/openclaw_marketplace/test_agent_economics.py::TestAgentCertification::test_gpu_expert_certification": true,
"tests/openclaw_marketplace/test_agent_economics.py::TestAgentCertification::test_market_analyst_certification": true,
"tests/openclaw_marketplace/test_agent_economics.py::TestEarningsAnalysis::test_monthly_earnings_analysis": true,
"tests/openclaw_marketplace/test_agent_economics.py::TestEarningsAnalysis::test_earnings_projections": true,
"tests/openclaw_marketplace/test_agent_governance.py::TestDevelopmentTools::test_sdk_completeness": true,
"tests/openclaw_marketplace/test_agent_governance.py::TestDevelopmentTools::test_integration_examples": true,
"tests/openclaw_marketplace/test_agent_governance.py::TestInnovationLabs::test_research_program_setup": true,
"tests/openclaw_marketplace/test_agent_governance.py::TestInnovationLabs::test_performance_improvements": true,
"tests/openclaw_marketplace/test_agent_governance.py::TestThirdPartyMarketplace::test_marketplace_setup": true,
"tests/openclaw_marketplace/test_agent_governance.py::TestThirdPartyMarketplace::test_quality_requirements": true,
"tests/openclaw_marketplace/test_agent_governance.py::TestCommunitySupport::test_support_platforms": true,
"tests/openclaw_marketplace/test_agent_governance.py::TestCommunitySupport::test_collaboration_tools": true,
"tests/openclaw_marketplace/test_agent_governance.py::TestTokenBasedVoting::test_voting_system_setup": true,
"tests/openclaw_marketplace/test_agent_governance.py::TestTokenBasedVoting::test_vote_distribution": true,
"tests/openclaw_marketplace/test_agent_governance.py::TestDAOFormation::test_dao_creation": true,
"tests/openclaw_marketplace/test_agent_governance.py::TestDAOFormation::test_smart_contract_deployment": true,
"tests/openclaw_marketplace/test_agent_governance.py::TestProposalSystems::test_proposal_creation": true,
"tests/openclaw_marketplace/test_agent_governance.py::TestProposalSystems::test_voting_outcomes": true,
"tests/openclaw_marketplace/test_agent_governance.py::TestGovernanceAnalytics::test_analytics_collection": true,
"tests/openclaw_marketplace/test_agent_governance.py::TestGovernanceAnalytics::test_transparency_reporting": true,
"tests/openclaw_marketplace/test_agent_governance.py::TestCertificationPrograms::test_certification_process": true,
"tests/openclaw_marketplace/test_agent_governance.py::TestCertificationPrograms::test_partnership_approval": true,
"tests/openclaw_marketplace/test_blockchain_integration.py::TestContractDeployment::test_all_contracts_deployment": true,
"tests/openclaw_marketplace/test_blockchain_integration.py::TestAIPowerRentalContract::test_complete_rental_workflow": true,
"tests/openclaw_marketplace/test_blockchain_integration.py::TestPaymentProcessingContract::test_complete_payment_workflow": true,
"tests/openclaw_marketplace/test_blockchain_integration.py::TestEscrowServiceContract::test_complete_escrow_workflow": true,
"tests/openclaw_marketplace/test_blockchain_integration.py::TestPerformanceVerificationContract::test_performance_verification_workflow": true,
"tests/openclaw_marketplace/test_blockchain_integration.py::TestDisputeResolutionContract::test_dispute_resolution_workflow": true,
"tests/openclaw_marketplace/test_blockchain_integration.py::TestDynamicPricingContract::test_dynamic_pricing_workflow": true,
"tests/openclaw_marketplace/test_blockchain_integration.py::TestBlockchainPerformance::test_transaction_speed": true,
"tests/openclaw_marketplace/test_blockchain_integration.py::TestBlockchainPerformance::test_payment_reliability": true,
"tests/openclaw_marketplace/test_multi_region_deployment.py::TestRegionHealth::test_all_regions_health": true,
"tests/openclaw_marketplace/test_multi_region_deployment.py::TestRegionHealth::test_edge_node_connectivity": true,
"tests/openclaw_marketplace/test_multi_region_deployment.py::TestGeographicLoadBalancing::test_geographic_optimization": true,
"tests/openclaw_marketplace/test_multi_region_deployment.py::TestGeographicLoadBalancing::test_cross_region_discovery": true,
"tests/openclaw_marketplace/test_multi_region_deployment.py::TestGlobalSynchronization::test_resource_synchronization": true,
"tests/openclaw_marketplace/test_multi_region_deployment.py::TestGlobalSynchronization::test_pricing_consistency": true,
"tests/openclaw_marketplace/test_multi_region_deployment.py::TestFailoverAndRedundancy::test_regional_failover": true,
"tests/openclaw_marketplace/test_multi_region_deployment.py::TestFailoverAndRedundancy::test_latency_optimization": true,
"tests/openclaw_marketplace/test_multi_region_deployment.py::TestPerformanceMetrics::test_global_performance_tracking": true,
"tests/test_explorer_integration.py::TestTimestampHandling::test_format_timestamp_numeric": true,
"tests/test_explorer_integration.py::TestTimestampHandling::test_format_timestamp_iso_string": true,
"tests/test_explorer_integration.py::TestFieldMapping::test_rpc_to_frontend_mapping": true,
"tests/test_explorer_integration.py::TestTestDiscovery::test_test_files_exist": true,
"tests/test_websocket_backpressure_core.py::TestBoundedQueue::test_basic_operations": true,
"tests/test_websocket_backpressure_core.py::TestBoundedQueue::test_priority_ordering": true,
"tests/test_websocket_backpressure_core.py::TestBoundedQueue::test_backpressure_handling": true,
"tests/test_websocket_backpressure_core.py::TestWebSocketStream::test_stream_start_stop": true,
"tests/test_websocket_backpressure_core.py::TestWebSocketStream::test_message_sending": true,
"tests/test_websocket_backpressure_core.py::TestWebSocketStream::test_slow_consumer_detection": true,
"tests/test_websocket_backpressure_core.py::TestWebSocketStream::test_backpressure_handling": true,
"tests/test_websocket_backpressure_core.py::TestWebSocketStream::test_send_timeout_handling": true,
"tests/test_websocket_backpressure_core.py::TestStreamManager::test_manager_start_stop": true,
"tests/test_websocket_backpressure_core.py::TestStreamManager::test_stream_management": true,
"tests/test_websocket_backpressure_core.py::TestStreamManager::test_broadcast_to_all_streams": true,
"tests/test_websocket_backpressure_core.py::TestStreamManager::test_manager_metrics": true,
"tests/test_websocket_backpressure_core.py::TestBackpressureScenarios::test_high_load_scenario": true,
"tests/test_websocket_backpressure_core.py::TestBackpressureScenarios::test_mixed_priority_scenario": true
}