Skip to content

Commit

Permalink
Check pytest support in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IbraheemTuffaha committed Jul 12, 2024
1 parent 2b5cfcf commit cc7a03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc7a03e

Please sign in to comment.