We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BDD for Python
Directory Structure:
kitt_cloud ├── utils │ ├── init.py │ └── myscript.py └── test ├── myscript.feature └── steps └── myscript_test.py
features:
steps:
behave kitt_cloud/test