Integration Tests
Integration tests may require live FYERS connectivity and valid credentials.
When Allowed
- Local developer runs only.
- Explicit opt-in with valid credentials.
Safety Rules
- Never run live trading actions in CI.
- Mark tests as skip-safe when prerequisites are missing.
Scenario Example
Scenario: You want to verify live history fetch. - Run a single test locally with a small date range. - Ensure the test is skipped if credentials are absent.