docs jifty nifty8 pyproject.toml setup.py src test $ if [ `grep -r "^[[:space:]]*assert[ (]" src demos | wc -l` -ne 0 ]; then echo "Have found assert statements. Don't use them! Use \`utilities.myassert\` instead." && exit 1; fi Have found assert statements. Don't use them! Use `utilities.myassert` instead.