Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tuliohrc/python-checkers


https://github.com/tuliohrc/python-checkers

hypothesis-testing pygame python

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# python-checkers

```
pip install pygame
pip install pytest
pip install hypothesis
```

### Testing

```
pytest ./src/test_logic.py -s > test_log.txt
```