improve docs

This commit is contained in:
Emily Bache
2019-08-07 10:17:03 +02:00
parent 74cdedcf6f
commit ca4afc497b
2 changed files with 10 additions and 0 deletions

7
python/README.md Normal file
View 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
View File

@@ -0,0 +1,3 @@
[pytest]
addopts = --approvaltests-use-reporter=PythonNative
testpaths = tests