Commit 92f691b9 authored by Jan Kiene's avatar Jan Kiene
Browse files

add -ra to default pytest options

parent 809ee2cc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# pytest.ini
# note: per convention, this file is placed in the root directory of the repository
[pytest]
addopts = --tb=short -n auto
addopts = --tb=short -n auto -ra
# Write captured system-out log messages to JUnit report.
junit_logging = system-out
# Do not capture log information for passing tests to JUnit report.