mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
Improve docs for python version
This commit is contained in:
parent
ad19854a2f
commit
8e9e31f9b8
@ -1,5 +1,9 @@
|
|||||||
# Gilded Rose starting position in Python
|
# Gilded Rose starting position in Python
|
||||||
|
|
||||||
|
For exercise instructions see [top level README](../README.md)
|
||||||
|
|
||||||
|
Suggestion: create a python virtual environment for this project. See the [documentation](https://docs.python.org/3/library/venv.html)
|
||||||
|
|
||||||
## Run the unit tests from the Command-Line
|
## Run the unit tests from the Command-Line
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
4
python/requirements.txt
Normal file
4
python/requirements.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
pytest
|
||||||
|
approvaltests
|
||||||
|
pytest-approvaltests
|
||||||
|
coverage
|
||||||
Loading…
Reference in New Issue
Block a user