Commands

pytest tests/ -q

Runs the automated test suite in the tests/ folder using pytest, with -q (quiet) flag to show only failures rather than every test name.

Return to all terms