Skip to content

Instantly share code, notes, and snippets.

@leapp-bot
Created August 7, 2018 22:35
Show Gist options
  • Save leapp-bot/e56238e7e1b7f52e551e5365bceb5000 to your computer and use it in GitHub Desktop.
Save leapp-bot/e56238e7e1b7f52e551e5365bceb5000 to your computer and use it in GitHub Desktop.
build-reports
. 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.03 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