Commands.app

pytest

Testing

Run tests with pytest framework

Options & Flags
Available options for this command
-v

Verbose output

-k pattern

Run tests matching pattern

--cov

Measure code coverage

Examples
Common usage examples

Run all tests

pytest

Run specific test file

pytest tests/test_app.py

Run tests matching pattern

pytest -v -k test_login
Notes
  • Requires pytest package to be installed
Related Commands
You might also find these useful