Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/testdrivenio/django-aloe-bdd

BDD with Django and Aloe
https://github.com/testdrivenio/django-aloe-bdd

bdd behavior-driven-development django gherkin python

Last synced: about 2 months ago
JSON representation

BDD with Django and Aloe

Awesome Lists containing this project

README

        

# Behavior-Driven Development with Django and Aloe

## Want to learn how to build this project?

Check out the [blog post](https://testdriven.io/behavior-driven-development-with-django-and-aloe).

## Want to use this project?

1. Fork/Clone

1. Create and activate a virtual environment:

```sh
$ python3 -m venv venv && source venv/bin/activate
```

1. Install the requirements:

```sh
(venv)$ pip install -r requirements.txt
```

1. Run the tests:

```sh
(venv)$ cd example_bdd
(venv)$ python manage.py harvest
```