2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 10:10:59 +00:00

new tests for CAVERN and SURVEXPORT

This commit is contained in:
2021-05-13 23:15:30 +03:00
parent 6410cc1090
commit 9130160bd6
3 changed files with 30 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ find . -name \*.py -print0 | xargs -0 egrep -vc "#|^\s*$" | grep -v ":0$" | gr
python3 reset-django.py
echo After cleanup deletion, remake all migrations.
python3 manage.py makemigrations >/dev/null
python3 manage.py migrate
python3 manage.py test
python3 manage.py check -v 3 --deploy 2>security-warnings.txt >/dev/null
python3 manage.py check -v 3 --deploy