Skip to content

PyCon PH 2015 - Behaviour-Driven Development Lightning Talk source files

Notifications You must be signed in to change notification settings

mixxorz/pycon-bdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCon PH BDD Lightning Talk

This is the code I used to demo BDD with Python and Django.

Usage

First you need to install the dependencies:

$ pip install -r requirements.txt

I created branches for different levels of completion for the project. You can access these by checking out these branches. For example, $ git checkout step0 would bring you to the initial state, with nothing working but the assets.

Run the behave tests by issuing the python manage.py behave command.

Have fun!

Links

About

PyCon PH 2015 - Behaviour-Driven Development Lightning Talk source files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published