diff --git a/README.md b/README.md index 7cdcfa7..88633be 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ After using this generator, your new project (the directory created) will contai ### Latest Changes +* Run tests with `TestClient`. PR [#160](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/160). * Refactor backend: * Simplify configs for tools and format to better support editor integration. * Add mypy configurations and plugins.