Skip to content

Commit ca50698

Browse files
move pytest to dev
1 parent 6bcd216 commit ca50698

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
pytest = "*"
87
gitpython = "*"
98

109
[dev-packages]
10+
pytest = "*"
1111

1212
[requires]
1313
python_version = "3.13"

Pipfile.lock

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ The source code is in: `src/roman/int_to_roman.py`
2222
The test code is in: `tests/test_int_to_roman.py`
2323

2424
After installing pytest (`pip install pytest`) you can run `pytest` to execute the tests.
25+
Alternatively you can use pipenv (after install `pip install pipenv`) and run the testsvia (`pipenv run pytest`).
2526

2627
Please follow the TDD Red-Green-Refactor steps. Iteratively add one test, then implement code passing the test, the refactor the code.

0 commit comments

Comments
 (0)