Skip to content

yosethegame/python2.7-flask0.10-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages