From 463945a194aab212475f51547ac8cd024eec5aec Mon Sep 17 00:00:00 2001 From: Giacomo Licari Date: Mon, 11 Mar 2024 13:33:17 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9008463..e02514f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ python3 -m flask --app api run --port 8000 ``` cd api -python3 -m unittest discover tests +python3 -m unittest discover -p 'test_*.py' ``` ### Run Flake8 and isort