Skip to content

loicbaron/KataTennis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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