QABash Community Forum

Please or Register to create posts and topics.

Commands to execute Tests via Pytest

  1. pytest
  2. py.test
  3. python -m pytest (preferred) : Prints print statements & short test summary info
  4. pytest -rA --verbose OR pytest -v - rA (same output)
Scroll to Top
×