-
-
Save leapp-bot/230657df5021159ab672750bc49ea1ab to your computer and use it in GitHub Desktop.
build-reports
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. tut/bin/activate; \ | |
python utils/run_pytest.py --actor= --report=/tmp/test-logs/report.xml | |
============================= test session starts ============================== | |
platform linux2 -- Python 2.7.5, pytest-3.6.4, py-1.5.4, pluggy-0.7.1 -- /tmp/leapp-actors/tut/bin/python2.7 | |
cachedir: .pytest_cache | |
rootdir: /tmp/leapp-actors, inifile: | |
plugins: ordering-0.5, leapp-0.3 | |
collecting ... collected 1 item | |
repos/common/actors/testactor/tests/test_testactor.py::test_testactor PASSED [100%] | |
---------------- generated xml file: /tmp/test-logs/report.xml ----------------- | |
=========================== 1 passed in 0.04 seconds =========================== | |
['pytest', '-v', 'repos', '--junit-xml=/tmp/test-logs/report.xml'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment