Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

Latest commit

 

History

History
executable file
·
7 lines (5 loc) · 214 Bytes

README.md

File metadata and controls

executable file
·
7 lines (5 loc) · 214 Bytes

PongWallServer

Setup for dev

Clone the repo, set up a venv, and run python -m pip install -e ".[tests]" to set up the dev enviroment.

Testing

pytest --cov=pongwall_server --cov-config=setup.cfg -x