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
113 B
Bash
Raw Normal View History

#!/bin/sh
set -euxo pipefail
2020-12-25 14:46:32 +01:00
python -m pytest
pre-commit run --all-files
2020-12-25 14:46:32 +01:00
python manage.py makemigrations --check