Workflow med Cloud
Når man tænker automatisering og pipeline er der nogle ting man kigger på. Det kan være automatisk kompilering og udgivelse af software og f.eks. automatiske integrationstest og unit test.
Kilder
- Docker automated testing
https://docs.docker.com/docker-hub/builds/automated-testing/ - pytest docs
https://docs.pytest.org/en/latest/contents.html - pytest examples
https://docs.pytest.org/en/latest/example/simple.html#pytest-current-test-environment-variable - pytest env vars
https://stackoverflow.com/questions/36141024/how-to-pass-environment-variables-to-pytest - Badges
https://shields.io/ Uptime Robot
https://uptimerobot.com/- Python 3 logging
https://docs.python.org/3/library/logging.html#logging.LogRecord - Python 3.8 logging
https://docs.python.org/3.8/library/logging.html#levels - Python logging formatting
https://realpython.com/python-logging/#formatting-the-output - Replace print with debug logging
https://stackoverflow.com/questions/13116543/how-to-replace-print-debug-message-with-the-logging-module - Python strptime
https://www.programiz.com/python-programming/datetime/strptime - Access environment variables in Python
https://stackoverflow.com/questions/4906977/how-to-access-environment-variable-values