From 794dbe7d881db382fc41be0daab6cd3447f20f9a Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Wed, 17 May 2023 22:15:53 -0400 Subject: [PATCH] updated readme about testing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9545e2..008109f 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,8 @@ docker-compose -p recipe-test down ``` -Test are written in pytest framework. Currently focused on unittest. -Integration tests to come. +Test are written in pytest framework. Currently focused on unittest and code +coverage. Integration tests to come. To run test use: ```sh