Skip to content

Commit 63ee292

Browse files
Add test script
1 parent 1470a38 commit 63ee292

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

scripts/test

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/sh -e
2+
3+
export PREFIX=""
4+
if [ -d 'venv' ] ; then
5+
export PREFIX="venv/bin/"
6+
fi
7+
8+
set -x
9+
10+
${PREFIX}pytest "$@"

0 commit comments

Comments
 (0)