cloud-computing-solutions advanced-testing-techniques Setup Create and source venv Create and source venv python3 -m venv ~/.advanced-testing source ~/.advanced-testing/bin/activate Create scaffold touch Makefile && touch test_hello.py && touch hello.py && touch requirements.txt Populate Makefile