flake8 format for unit tests

main
Bob Mottram 2020-04-05 14:25:47 +01:00
parent 1bd07ed1ca
commit a8a0465c01
2 changed files with 1121 additions and 878 deletions

View File

@ -10,7 +10,7 @@ echo "Starting static analysis"
for sourceFile in *.py
do
if [[ "$sourceFile" == 'tests.py' || "$sourceFile" == 'blurhash.py' ]]; then
if [[ "$sourceFile" == 'blurhash.py' ]]; then
continue
fi
result=$($cmd "$sourceFile")

935
tests.py

File diff suppressed because it is too large Load Diff