Skip to content

Report pytest runs

Install pytest-testinel in the environment that runs your tests and set the TESTINEL_DSN supplied by your Testinel project.

For richer diagnostics, run pytest with:

Terminal window
pytest --showlocals --tb=long -vv
  • --showlocals includes local values in traceback frames.
  • --tb=long retains complete traceback paths.
  • -vv provides detailed test identifiers.

Captured values can contain sensitive information. Avoid placing credentials in test parameters or local variables, and review what your suite captures before enabling reporting broadly.