Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 921 Bytes

File metadata and controls

59 lines (37 loc) · 921 Bytes

I pass level 1.1 :)

Get ready

fork me and clone your repository locally.

install python 2.7

install fabric globally

setup your environment: in the directory of the repo, run

fab setup

to run all the tests

fab test

Test should be successful and 6 tests should pass

to run only the unit tests

fab unit

Test should be much faster and 3 tests should pass

introduction to flask testing

See it working

Lauch the application

fab run_server

Open your browser and navigate to

http://localhost:8080/ping

You should see the Json

{
  alive : true
}

Deploy

Deploy and run your server so that the game can call it.