Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 564 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 564 Bytes

cloud-computing-solutions

Python application test with Github Actions

advanced-testing-techniques

Setup

Create and source venv

  1. Create and source venv
python3 -m venv ~/.advanced-testing
source ~/.advanced-testing/bin/activate
  1. Create scaffold

touch Makefile && touch test_hello.py && touch hello.py && touch requirements.txt

  1. Populate Makefile