This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/docker/runtests.sh

6 lines
139 B
Bash
Executable file

#!/bin/sh
set -euxo pipefail
TESTING=true python -m pytest
pre-commit run --all-files
TESTING=true python manage.py makemigrations --check