3. BDD - Python¶
BDD with Behave. It is a python library to to BDD. It is documented at https://behave.readthedocs.io/en/latest/
- 3.1. Step - 01 : Initial structure
- 3.2. Step - 02 : Run with undefined steps
- 3.3. Step - 03 : Run with defined steps
- 3.4. Step - 04 : Add implementation and pass
- 3.5. Step - 05 : Tabulated entries
- 3.6. Step - 06 : Hooks
- 3.7. Step - 07 : Catalog of steps
- 3.8. Step - 08 : Catalog of documented steps
- 3.9. Step - 09 : Sphinx