Update README.md with -m unittest

This commit is contained in:
Emily Bache 2025-07-17 15:44:35 +02:00 committed by GitHub
parent 58a991fe27
commit 469544bd82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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