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

launchableinc/pytest-launchable

Repository files navigation

Development

We recommend Pipenv

pip install pipenv
pipenv install --dev

Load development environment

pipenv shell

Run tests

pipenv run test

Run lint and format

# lint
pipenv run lint

# format
pipenv run format