version with pydantic inheritance passing all the tests
This commit is contained in:
12
scripts/test.sh
Normal file
12
scripts/test.sh
Normal file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
PACKAGE="ormar"
|
||||
|
||||
PREFIX=""
|
||||
if [ -d 'venv' ] ; then
|
||||
PREFIX="venv/bin/"
|
||||
fi
|
||||
|
||||
set -x
|
||||
|
||||
PYTHONPATH=. ${PREFIX}pytest --ignore venv --cov=${PACKAGE} --cov=tests --cov-fail-under=100 --cov-report=term-missing "${@}"
|
||||
Reference in New Issue
Block a user