Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 270 Bytes

readme.md

File metadata and controls

25 lines (13 loc) · 270 Bytes

Module Import with PyTest

Setup

Create new venv

python3 -m venv venv

Activate venv

source venv/bin/activate

Install requirements

pip install -r requirements.txt

Run

Run Cli

python main.py

Run the Tests

python -m pytest tests/