Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/testdrivenio/django-aloe-bdd
- Owner: testdrivenio
- License: mit
- Created: 2018-01-11T02:58:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T19:59:24.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T08:15:09.000Z (8 months ago)
- Topics: bdd, behavior-driven-development, django, gherkin, python
- Language: Python
- Size: 39.1 KB
- Stars: 41
- Watchers: 5
- Forks: 37
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```