Skip to content

fyndiq/fyndiq_helpers

Repository files navigation

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