From b02e4633dc82e41d6766d78bcdc88314917d9772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 20 Apr 2020 20:32:26 +0200 Subject: [PATCH] :memo: Update relase notes --- README.md | 1 + 1 file changed, 1 insertion(+) 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.