django-aloe-bdd
django-aloe-bdd copied to clipboard
BDD with Django and Aloe
Behavior-Driven Development with Django and Aloe
Want to learn how to build this project?
Check out the blog post.
Want to use this project?
-
Fork/Clone
-
Create and activate a virtual environment:
$ python3 -m venv venv && source venv/bin/activate -
Install the requirements:
(venv)$ pip install -r requirements.txt -
Run the tests:
(venv)$ cd example_bdd (venv)$ python manage.py harvest