software/kisstdlib/./sanity.sh

A set of modules for the Python programming language designed for system programming with conceptually and algebraically simple primitives.

Files

Raw Source

Contents

#!/bin/sh -e

black $1 .
mypy
LANG=C TZ=GMT pytest -k 'not slow'
LANG=pl_PL.UTF-8 TZ=GMT-2 pytest -k time
pylint .
./update-readme.sh
if [[ "$1" == "--check" ]]; then
    ./test-example.sh
fi