POC for bottle web framework and basic auth using test driven development methodolgy.
Unit tests done in pytest then are covered to allure test reports.
Remotely tested with testify.
Requires basic authentication for endpoints.
username | password |
---|---|
user | pass |
- python
- bottle
- pytest
- allure-pytest
- testify
- requests
- python:latest
sudo ./install.sh -u
- Endpoint
- curl -i localhost/ -u "user:pass"
sudo ./install.sh -d
sudo ./install.sh -h