mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
Update README.md with -m unittest
This commit is contained in:
parent
58a991fe27
commit
469544bd82
@ -7,7 +7,7 @@ Suggestion: create a python virtual environment for this project. See the [docum
|
|||||||
## Run the unit tests from the Command-Line
|
## 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
|
## 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
|
## 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
|
python tests/test_gilded_rose_approvals.py
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user