[
  "tests/test_api.py::test_health",
  "tests/test_api.py::test_root",
  "tests/test_api.py::test_unauthorized_dashboard",
  "tests/test_exchange_filters.py::TestExchangeFilters::test_client_order_id_deterministic",
  "tests/test_exchange_filters.py::TestExchangeFilters::test_dust_detection",
  "tests/test_exchange_filters.py::TestExchangeFilters::test_reject_below_min_notional",
  "tests/test_exchange_filters.py::TestExchangeFilters::test_round_quantity",
  "tests/test_exchange_filters.py::TestExchangeFilters::test_valid_order",
  "tests/test_go_no_go.py::TestGoNoGo::test_fails_insufficient_trades",
  "tests/test_go_no_go.py::TestGoNoGo::test_passes_all_criteria",
  "tests/test_indicators.py::TestIndicatorsService::test_calculate_all_returns_indicators",
  "tests/test_indicators.py::TestIndicatorsService::test_ema_crossover_detection",
  "tests/test_indicators.py::TestIndicatorsService::test_insufficient_data",
  "tests/test_indicators.py::TestIndicatorsService::test_support_resistance",
  "tests/test_regime_classifier.py::TestRegimeClassifier::test_extreme_volatility",
  "tests/test_regime_classifier.py::TestRegimeClassifier::test_no_data",
  "tests/test_regime_classifier.py::TestRegimeClassifier::test_range_allows_mean_reversion",
  "tests/test_regime_classifier.py::TestRegimeClassifier::test_trend_up",
  "tests/test_risk_manager.py::TestRiskManager::test_approves_valid_buy",
  "tests/test_risk_manager.py::TestRiskManager::test_blocks_daily_loss",
  "tests/test_risk_manager.py::TestRiskManager::test_blocks_low_confidence",
  "tests/test_risk_manager.py::TestRiskManager::test_blocks_missing_sl_tp",
  "tests/test_risk_manager.py::TestRiskManager::test_core_symbol_bypasses_low_volume",
  "tests/test_statistics.py::TestStatisticsService::test_anomaly_detection",
  "tests/test_statistics.py::TestStatisticsService::test_correlation",
  "tests/test_statistics.py::TestStatisticsService::test_kelly_criterion_capped",
  "tests/test_statistics.py::TestStatisticsService::test_max_drawdown",
  "tests/test_statistics.py::TestStatisticsService::test_profit_factor",
  "tests/test_statistics.py::TestStatisticsService::test_sharpe_ratio",
  "tests/test_statistics.py::TestStatisticsService::test_win_rate",
  "tests/test_statistics.py::TestStatisticsService::test_z_score",
  "tests/test_strategies.py::TestStrategyEngine::test_ensemble_returns_score",
  "tests/test_strategies.py::TestStrategyEngine::test_mean_reversion_oversold",
  "tests/test_strategies.py::TestStrategyEngine::test_scalping_blocks_high_spread",
  "tests/test_strategies.py::TestStrategyEngine::test_trend_following_buy",
  "tests/test_strategies.py::TestStrategyEngine::test_unknown_strategy",
  "tests/test_symbol_scanner.py::TestSymbolScanner::test_excludes_extreme_pumps",
  "tests/test_symbol_scanner.py::TestSymbolScanner::test_excludes_low_volume",
  "tests/test_symbol_scanner.py::TestSymbolScanner::test_pins_open_positions",
  "tests/test_symbol_scanner.py::TestSymbolScanner::test_selects_top_rotation_from_pool",
  "tests/test_totp.py::test_generated_totp_secret_can_verify_current_code",
  "tests/test_totp.py::test_provisioning_uri_is_authenticator_compatible",
  "tests/test_totp.py::test_verify_totp_accepts_valid_code_for_counter_window"
]