- BDD framework - python behave
- send requests
- setup/teardown by access database
- verify response
- pip install requests
- pip install behave
- libs: common libs
- features/steps: test step lib
- features/steps/
__init__
.py: include - features/steps//
__init__
.py: include - features/suites: test suite dir
- cd http-api-test-framework-python-behave
- behave