mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-01-11 22:30:27 +01:00
improve docs
This commit is contained in:
7
python/README.md
Normal file
7
python/README.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
Theatrical Players Refactoring Kata - Python version
|
||||||
|
========================================================
|
||||||
|
|
||||||
|
See the [top level readme](https://github.com/emilybache/Theatrical-Players-Refactoring-Kata) for general information about this exercise.
|
||||||
|
|
||||||
|
This project uses [pytest](https://docs.pytest.org/en/latest/) and [approvaltests](https://github.com/approvals/ApprovalTests.Python). Pytest is configured in the file 'pytest.ini'. See also [documentation for pytest-approvaltests](https://pypi.org/project/pytest-approvaltests/).
|
||||||
|
|
||||||
3
python/pytest.ini
Normal file
3
python/pytest.ini
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[pytest]
|
||||||
|
addopts = --approvaltests-use-reporter=PythonNative
|
||||||
|
testpaths = tests
|
||||||
Reference in New Issue
Block a user