From 469544bd8272ac6a6e19b21aa2f9a00be0cf87ed Mon Sep 17 00:00:00 2001 From: Emily Bache Date: Thu, 17 Jul 2025 15:44:35 +0200 Subject: [PATCH] Update README.md with -m unittest --- python/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/README.md b/python/README.md index 679ff3e1..0f08e87f 100644 --- a/python/README.md +++ b/python/README.md @@ -7,7 +7,7 @@ Suggestion: create a python virtual environment for this project. See the [docum ## Run the unit tests from the Command-Line ``` -python tests/test_gilded_rose.py +python -m unittest ``` ## Run the TextTest fixture from the Command-Line @@ -30,7 +30,7 @@ There are instructions in the [TextTest Readme](../texttests/README.md) for sett ## Run the ApprovalTests.Python test -This test uses the framework [ApprovalTests.Python](https://github.com/approvals/ApprovalTests.Python). Run it like this: +This test uses the framework [ApprovalTests.Python](https://github.com/approvals/ApprovalTests.Python). You will need to install Run it like this: ``` python tests/test_gilded_rose_approvals.py