From ffcb257ab5896381feecf286b6fe7da087addc26 Mon Sep 17 00:00:00 2001 From: yann Date: Fri, 11 Jul 2025 09:21:25 +0200 Subject: [PATCH] fixed command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20c75ed..548d6bd 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ 5. Testing - unit and integration tests : - All tests are made with Pytest, except test_book_old.py which uses Ward - Run the tests by using : `pytest -s -v --cov=. --ignore=tests/test_book_old.py` + All tests are made with Pytest, except test_ward_book_old.py which uses Ward + Run the tests by using : `pytest -s -v --cov=. --ignore=tests/test_ward_book_old.py` You'll see the result, the list and the coverage rapport you can also run `ward` from the root folder to see the two ward tests