Skip to content

Commit

Permalink
add automated test script for conda package
Browse files Browse the repository at this point in the history
  • Loading branch information
sveseli committed May 10, 2019
1 parent 25296d6 commit 26433a6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tools/conda/pvapy-conda/run_test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh

echo "Starting test server"
cd test
python testServer.py 10 &

echo "Starting tests"
nosetests -v testPvObject.py
nosetests -v testChannelPut.py

wait
echo "Tests done"

0 comments on commit 26433a6

Please sign in to comment.