# automatisierter Test in Python


## Python Package


```
pip install -U pytest
pip install -U pytest-cov
```


## Test

```
pytest --cov=tictactoe --cov-report html tictactoe_test.py
```