Commit 2c6c07ee authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

remove TODO and update README.md in tests

parent a59ceb87
Loading
Loading
Loading
Loading
+0 −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]
# TODO remove ignore after tests are harmonized
addopts = --tb=short -n auto -v
# Write captured system-out log messages to JUnit report.
junit_logging = system-out
+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