Pytest + Github Actions

Coverage Status

This repo is based in the following articles.

Run

Requirements

  • Python (Python 3.11.5)

check your python with

python3 --version or
python --version

How To Run the Unit Tests

Open your terminal and type in

git clone https://github.com/Jackson-Vieira/pytest-github-ci-example
cd pytest-github-ci-example

# linux
python3 -m venv venv
source venv/bin/active
pip install -r requirements.txt

To run the Unit Tests

pytest -v -s