BreatheCode
Resize image

Change the size of images.

Coveralls Linter Test

Documentation

Install dependencies

python -m scripts.install
code .env # if your use Visual Studio Code the command is `code-insiders`

Start dev server

pipenv run start

Run tests

# Testing
pipenv run test ./breathecode/activity  # path

# Testing in parallel
pipenv run ptest ./breathecode/activity  # path

# Coverage
pipenv run cov breathecode.activity  # python module path

# Coverage in parallel
pipenv run pcov breathecode.activity  # python module path