HTTP Tests (FULL) Command
Executes HTTP request tests with real APIs using Python requests library.
/plugin marketplace add jleechanorg/claude-commands/plugin install claude-commands@claude-commands-marketplaceWhen this command is invoked, YOU (Claude) must execute these steps immediately: This is NOT documentation - these are COMMANDS to execute right now. Use TodoWrite to track progress through multi-phase workflows.
Action Steps:
Purpose: Run HTTP request tests with REAL APIs (costs money!)
Action: Execute HTTP request tests using requests library with real API calls
Usage: /testhttpf
MANDATORY: When using /testhttpf command, follow this exact sequence:
Verify Test Environment
vpython -c "import requests" || echo "STOP: requests library not installed"
Start Test Server (if needed)
TESTING=false PORT=8086 vpython $PROJECT_ROOT/main.py serve &
sleep 3
curl -s http://localhost:8086 || echo "Note: Using different port or external server"
Run HTTP Test with Real APIs
TESTING=false vpython testing_http/test_name.py
CRITICAL REQUIREMENTS:
Testing Focus: