Resize image
Change the size of images.
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 startRun 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