Reveal CI-only configuration mismatches.
Section: CI and Flaky Tests
Print key environment values in a test
python
python
import os
def test_env_debug():
print({k: os.environ.get(k) for k in ['CI', 'APP_ENV', 'DATABASE_URL']})Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing CI and Flaky Tests