Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 549 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 549 Bytes

KataTennis

KataTennis from Coding Dojo http://codingdojo.org/kata/Tennis/

Build Status

get this code

git clone https://github.com/loicbaron/KataTennis.git

install

cd KataTennis
python3 -m pip install -r requirements.txt
python3 setup.py install

run tests

python3 -m pytest

run app

# backend simulating the games
./katatennis/services/server.py &

# web server
./run.py