Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mixxorz/pycon-bdd

PyCon PH 2015 - Behaviour-Driven Development Lightning Talk source files
https://github.com/mixxorz/pycon-bdd

Last synced: 10 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:

```bash
$ 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
- [behave](https://github.com/behave/behave)
- [behave-django](https://github.com/mixxorz/behave-django)
- [BehaveToolkit](https://github.com/mixxorz/BehaveToolkit)