Skip to content

Commit

Permalink
Merge pull request #54 from osundwajeff/bdd
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
osundwajeff authored Dec 22, 2023
2 parents 8ac04e1 + 9d8b695 commit 7a7243a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/development/testing/behave.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ For a more comprehensive tutorial, kindly look at [behave tutorial](https://beha
#### Setting up `behave_django`

To install: `pip install behave_django`
S
Add `behave_django` as an installed application in `core.settings.dev` module.

Add `behave_django` to `INSTALLED_APPS` in `core.settings.dev` module.

Under `django_project` directory:

Expand Down

0 comments on commit 7a7243a

Please sign in to comment.