Commit 648e62f9 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

Merge branch '1116-update-review-pytest-ini' into 'main'

Resolve "Update/review pytest.ini"

See merge request !1625
parents 8704a7b9 05730cab
Loading
Loading
Loading
Loading
Loading
+1 −2
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]
# 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.
+2 −2
Original line number Diff line number Diff line
@@ -62,8 +62,8 @@ When different test binaries are to be used, they can be specified via the `--du
# - IVAS_cod_ref(.exe)
# - IVAS_dec_ref(.exe)
# pytest command lines to be executed from project root folder:
pytest tests --update_ref 1 -m create_ref
pytest tests --update_ref 1 -m create_ref_part2
pytest tests/codec_be_on_mr_nonselection --update_ref 1 -m create_ref
pytest tests/codec_be_on_mr_nonselection --update_ref 1 -m create_ref_part2
```

## Running the tests