Skip to content

Commit

Permalink
Added pytest_onebyone.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
giadarol committed Mar 4, 2023
1 parent 7b7c183 commit 6200f10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/pytest_onebyone.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
echo "Test results" > allres.xml
for ff in ./test_*.py ; do
echo "Running $ff"
pytest $ff -v --junitxml=one.xml
cat one.xml >> allres.xml
echo "\n" >> allres.xml
done

0 comments on commit 6200f10

Please sign in to comment.