# Activate Virtual Environment
python3 -m venv venv
source venv/bin/activate
# Tests
python3 -m pip install -r requirements-tests.txt
python3 -m pytest --verbose --cov=tests
pytest --cov=src --cov-report term-missing --cov-report=html
# Activate Virtual Environment
python3 -m venv venv
source venv/bin/activate
# Tests
python3 -m pip install -r requirements-tests.txt
python3 -m pytest --verbose --cov=tests
pytest --cov=src --cov-report term-missing --cov-report=html