Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (16 loc) · 524 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 524 Bytes

Development Environment

Getting Started

Installation options

The list below shows a few different ways to get the development environment up and running.

Run tests

Run unit- and integration tests.

All tests

$ pipenv run python -m pytest ../tests/

Integration test:

$ pipenv run unittest

Unit test:

$ pipenv run integrationtest

Run linting:

Run PEP8 linting:

$ pipenv run lint-flake8