From cc7a03edfb1b9e482d5ec05e5937967310bb29ec Mon Sep 17 00:00:00 2001 From: Ibraheem Tuffaha Date: Fri, 12 Jul 2024 17:44:17 +0000 Subject: [PATCH] Check pytest support in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28280fe..34ab93c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A template for a Python FastAPI service: - [x] [Black](https://black.readthedocs.io/) & [isort](https://pycqa.github.io/isort/) for code formatting - [x] [pre-commit](https://pre-commit.com/) for code quality checks - [x] [Github Actions](https://github.com/features/actions) for CI/CD -- [ ] [pytest](https://docs.pytest.org/) for testing (TODO: add tests) +- [x] [pytest](https://docs.pytest.org/) for testing - [ ] [Kamal](https://kamal-deploy.org/) for deployment (TODO: add Kamal deploy action) ## Build and run locally