rochacbruno / fastapi-project-template

DO NOT FORK, CLICK "Use this template" - The base to start an openapi project featuring: SQLModel, Typer, FastAPI, JWT Token Auth, Interactive Shell, Management Commands.
The Unlicense
389 stars 35 forks source link

Update make watch to run changed test files first #20

Closed urjeetpatel closed 2 years ago

urjeetpatel commented 2 years ago

add pytest-picked to run the changed tests first. this helps speed up TDD so that the changed tests run first and can fail early.

Fixes #19