We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1470a38 commit 63ee292Copy full SHA for 63ee292
scripts/test
@@ -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