Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 281 Bytes

SETUP.md

File metadata and controls

13 lines (12 loc) · 281 Bytes

Setup

venv setup and pip install

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Running unit tests

After setting up the venv and installing pip requirements, run the following bash script:

python3 -m unittest discover