Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuliohrc/python-checkers
https://github.com/tuliohrc/python-checkers
hypothesis-testing pygame python
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuliohrc/python-checkers
- Owner: TulioHRC
- License: mit
- Created: 2024-10-24T19:06:46.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T23:43:27.000Z (3 months ago)
- Last Synced: 2024-10-28T03:34:26.255Z (3 months ago)
- Topics: hypothesis-testing, pygame, python
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```