pytest
TestingRun tests with pytest framework
Options & Flags
Available options for this command
-vVerbose output
-k patternRun tests matching pattern
--covMeasure code coverage
Examples
Common usage examples
Run all tests
pytestRun specific test file
pytest tests/test_app.pyRun tests matching pattern
pytest -v -k test_loginNotes
- Requires pytest package to be installed
Related Commands
You might also find these useful