Files
aitbc/cli/.pytest_cache/v/cache/nodeids
aitbc dab867499c
Some checks failed
Security Scanning / security-scan (push) Has been cancelled
CLI Tests / test-cli (push) Has been cancelled
Add network command live RPC integration with multi-node probing and blockchain.env configuration
- Add read_blockchain_env helper to parse /etc/aitbc/blockchain.env configuration
- Add normalize_rpc_url helper to parse and normalize RPC endpoint URLs
- Add probe_rpc_node to query /health and /rpc/head endpoints with latency tracking
- Add get_network_snapshot to probe local node and p2p_peers from config
- Update network status to show real connected node count and sync status
- Update network peers to show actual peer endpoints and connection
2026-04-14 13:31:10 +02:00

55 lines
4.3 KiB
Plaintext

[
"tests/test_cli_basic.py::TestCLIBasicFunctionality::test_cli_help_output",
"tests/test_cli_basic.py::TestCLIBasicFunctionality::test_cli_list_command",
"tests/test_cli_basic.py::TestCLIBasicFunctionality::test_cli_version_output",
"tests/test_cli_basic.py::TestCLIBasicFunctionality::test_json_output_flag",
"tests/test_cli_basic.py::TestCLIBasicFunctionality::test_legacy_wallet_list_alias",
"tests/test_cli_basic.py::TestCLIBasicFunctionality::test_nested_wallet_list_command",
"tests/test_cli_basic.py::TestCLIConfiguration::test_cli_file_contains_main",
"tests/test_cli_basic.py::TestCLIConfiguration::test_cli_file_executable",
"tests/test_cli_basic.py::TestCLIConfiguration::test_cli_file_exists",
"tests/test_cli_basic.py::TestCLIConfiguration::test_cli_files_exist",
"tests/test_cli_basic.py::TestCLIErrorHandling::test_cli_invalid_command",
"tests/test_cli_basic.py::TestCLIErrorHandling::test_wallet_balance_requires_target",
"tests/test_cli_basic.py::TestCLIImports::test_cli_commands_import",
"tests/test_cli_basic.py::TestCLIImports::test_cli_main_import",
"tests/test_cli_basic.py::TestCLIImports::test_unified_cli_import",
"tests/test_cli_comprehensive.py::TestAIOperationsCommand::test_ai_help",
"tests/test_cli_comprehensive.py::TestAIOperationsCommand::test_ai_ops_help",
"tests/test_cli_comprehensive.py::TestAIOperationsCommand::test_ai_ops_legacy_status",
"tests/test_cli_comprehensive.py::TestAIOperationsCommand::test_ai_ops_status",
"tests/test_cli_comprehensive.py::TestBlockchainCommand::test_blockchain_basic",
"tests/test_cli_comprehensive.py::TestBlockchainCommand::test_blockchain_help",
"tests/test_cli_comprehensive.py::TestBlockchainCommand::test_chain_alias_help",
"tests/test_cli_comprehensive.py::TestConfiguration::test_debug_mode",
"tests/test_cli_comprehensive.py::TestConfiguration::test_different_output_formats",
"tests/test_cli_comprehensive.py::TestConfiguration::test_verbose_mode",
"tests/test_cli_comprehensive.py::TestErrorHandling::test_invalid_command",
"tests/test_cli_comprehensive.py::TestErrorHandling::test_invalid_option_values",
"tests/test_cli_comprehensive.py::TestErrorHandling::test_missing_required_args",
"tests/test_cli_comprehensive.py::TestIntegrationScenarios::test_ai_operations",
"tests/test_cli_comprehensive.py::TestIntegrationScenarios::test_ai_submit_legacy_alias",
"tests/test_cli_comprehensive.py::TestIntegrationScenarios::test_blockchain_operations",
"tests/test_cli_comprehensive.py::TestIntegrationScenarios::test_cli_help_comprehensive",
"tests/test_cli_comprehensive.py::TestIntegrationScenarios::test_cli_version",
"tests/test_cli_comprehensive.py::TestIntegrationScenarios::test_network_default_and_nested_forms",
"tests/test_cli_comprehensive.py::TestIntegrationScenarios::test_wallet_alias_and_nested_forms",
"tests/test_cli_comprehensive.py::TestIntegrationScenarios::test_wallet_operations",
"tests/test_cli_comprehensive.py::TestMarketplaceCommand::test_market_help",
"tests/test_cli_comprehensive.py::TestMarketplaceCommand::test_marketplace_help",
"tests/test_cli_comprehensive.py::TestMarketplaceCommand::test_marketplace_legacy_alias",
"tests/test_cli_comprehensive.py::TestMarketplaceCommand::test_marketplace_list",
"tests/test_cli_comprehensive.py::TestNetworkCommand::test_network_ping_flag_alias",
"tests/test_cli_comprehensive.py::TestNetworkCommand::test_network_ping_positional_node",
"tests/test_cli_comprehensive.py::TestNetworkCommand::test_network_propagate_flag_alias",
"tests/test_cli_comprehensive.py::TestPerformance::test_command_startup_time",
"tests/test_cli_comprehensive.py::TestPerformance::test_help_response_time",
"tests/test_cli_comprehensive.py::TestResourceCommand::test_resource_help",
"tests/test_cli_comprehensive.py::TestResourceCommand::test_resource_status",
"tests/test_cli_comprehensive.py::TestSimulateCommand::test_simulate_ai_jobs_basic",
"tests/test_cli_comprehensive.py::TestSimulateCommand::test_simulate_blockchain_basic",
"tests/test_cli_comprehensive.py::TestSimulateCommand::test_simulate_help",
"tests/test_cli_comprehensive.py::TestSimulateCommand::test_simulate_network_basic",
"tests/test_cli_comprehensive.py::TestSimulateCommand::test_simulate_price_basic",
"tests/test_cli_comprehensive.py::TestSimulateCommand::test_simulate_wallets_basic"
]