Commit a59ceb87 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

update pytest.ini to remove -ra, --basetemp and --ignore options

parent d4574f97
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# note: per convention, this file is placed in the root directory of the repository
[pytest]
# TODO remove ignore after tests are harmonized
addopts = -ra --tb=short --basetemp=./tmp -n auto -v --ignore=tests/renderer --ignore=tests/split_rendering
addopts = --tb=short -n auto -v
# Write captured system-out log messages to JUnit report.
junit_logging = system-out
# Do not capture log information for passing tests to JUnit report.