Introduction

Purpose:: Python testing framework for simple unit tests as well as complex functional testing.

Key Commands:

  • pytest: Run all tests
  • pytest -k <test_name>: Run a specific test
  • pytest --cov: Run coverage report