Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 217 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 217 Bytes

Users

Run tests

To execute service unit tests, run:

$ python3 -m venv venv

$ source venv/bin/activate

$ pip install -r requirements.txt

$ cd app

$ python3 -m pytest