Using BDD with Python/Django #171
-
Synopsis:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Additional discussions connected to this in #173. In particular, wanted to post this link to Automation Panda. Seems to have some really good stuff on PyTest and BDD: https://automationpanda.com/bdd/ |
Beta Was this translation helpful? Give feedback.
-
For reference: the feature file we wrote. Feature: Create views for the new Projects API Endpoint. Some of these items may not need custom code, but are listed here as a reminder of what's needed:
Tests(?)On POST:
NOTES:
|
Beta Was this translation helpful? Give feedback.
-
The user story Ben and I wrote the other day: |
Beta Was this translation helpful? Give feedback.
-
Decision record note: Ultimately we decided not to continue on the BDD path for testing the API. We'll continue making unit tests like in |
Beta Was this translation helpful? Give feedback.
Decision record note: Ultimately we decided not to continue on the BDD path for testing the API. We'll continue making unit tests like in
resources/tests.py
!