pytest.sh: generate junit xml
This commit is contained in:
parent
c53acbf2f4
commit
70c4799385
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo -v
|
||||
python -m pytest -v ./*/test_*.py
|
||||
python -m pytest --junit-xml=pytest-report.xml -v ./*/test_*.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue