Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 669 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 669 Bytes

Fyndiq helpers

CircleCI codecov

Purpose

This library contains functionality that generic and is shared between more than one service.

Getting started

See Getting started for instructions how to setup the development environment.

Setup environment

make setup
source .venv/bin/activate

Run tests

make test

Run linter

make lint