|
1 year ago | |
---|---|---|
.. | ||
tests | 1 year ago | |
Dockerfile | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
deployment-with-prestop.yaml | 1 year ago | |
deployment.yaml | 1 year ago | |
poetry.lock | 1 year ago | |
pyproject.toml | 1 year ago | |
web.py | 1 year ago |
This example demonstrates a very basic aiohttp web server (web.py
) which returns "Hello, world" on its server route.
There is only one test (tests/test_web.py
) which ensures that the web server returns the expected string.
Run make test
to build the Docker image and run the test.
One test run (including cluster creation and teardown) takes approx. 82 seconds.