Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mixxorz/pycon-bdd
- Owner: mixxorz
- Created: 2015-07-04T14:10:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-05T02:33:39.000Z (over 9 years ago)
- Last Synced: 2024-10-10T05:34:48.856Z (about 1 month ago)
- Language: JavaScript
- Size: 1.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)