Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 319 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 319 Bytes

Integration tests

This dir contains integration tests, the aim is to test the Command Line Interface and its output from a pure user point of view.

Installation

cd test
virtualenv --python=python3 venv
source venv/bin/activate
pip install -r requirements.txt

Running tests

pytest