Behave BDD integration for Django
Project description
Behave BDD integration for Django
Features
Web Browser Automation ready
Database transactions per scenario
Use Django’s testing client
Use unittest + Django assert library
Use behave’s command line arguments
Use behave’s configuration file
Fixture loading
Support
behave-django supports all current Django and Python versions. Specifically, our tests cover:
Django 1.4.22, 1.5.12, 1.6.11, 1.7.10, 1.8.4, and Python 2.6, 2.7, 3.3, 3.4.
Installation
Install using pip
$ pip install behave-django
Add behave_django to your INSTALLED_APPS
INSTALLED_APPS += ('behave_django',)
Create the features directory in your project’s root directory. (Next to manage.py)
features/ steps/ your_steps.py environment.py your-feature.feature
Run python manage.py behave
$ python manage.py behave Creating test database for alias 'default'... Feature: Running tests # features/running-tests.feature:1 In order to prove that behave-django works As the Maintainer I want to test running behave against this features directory Scenario: The Test # features/running-tests.feature:6 Given this step exists # features/steps/running_tests.py:4 0.000s When I run "python manage.py behave" # features/steps/running_tests.py:9 0.000s Then I should see the behave tests run # features/steps/running_tests.py:14 0.000s 1 features passed, 0 failed, 0 skipped 1 scenarios passed, 0 failed, 0 skipped 3 steps passed, 0 failed, 0 skipped, 0 undefined Took.010s Destroying test database for alias 'default'...
Documentation
Documentation is available from pythonhosted.org/behave-django
Read more about behave at pythonhosted.org/behave
How to Contribute
Please, read the contributing guide.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file behave-django-0.2.3.tar.gz
.
File metadata
- Download URL: behave-django-0.2.3.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e019fe784026349462f010c2dea010a7fde78e8c2c59b809e0acd09b3ab19756 |
|
MD5 | 48e7b0880bf09f0a0ed32540797f9bcd |
|
BLAKE2b-256 | cdcdfc19f260b60d788013a335886070e736315eb3971c4c75216c82d5fcaa93 |