Pytest Watch

4.2.0 · abandoned · verified Sat Apr 11

pytest-watch is a zero-config command-line interface (CLI) tool that continuously runs `pytest` and automatically re-executes tests when relevant files in your project change. It enhances the testing workflow by providing features such as audible beeps on test failures and the ability to run custom commands before or after test executions. Although it reached version 4.2.0, the project is considered unmaintained, with its official GitHub repository and PyPI page providing the primary documentation.

Warnings

Install

Quickstart

Navigate to your project directory and run 'ptw' (or 'pytest-watch') to start watching for file changes and re-running tests.

cd myproject
ptw

view raw JSON →