Loading scripts/pyivastest/__init__.py +10 −0 Original line number Diff line number Diff line Loading @@ -40,3 +40,13 @@ Imports functions class """ from . import ( IvasBaseClass, IvasModeAnalyzer, IvasModeCollector, IvasModeRunner, IvasScriptsCommon, IvasSvnBuilder, constants, ivas_svn, ) tests/hrtf_binary_loading/constants.py +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ import re from pathlib import Path from tests.renderer.constants import SCRIPTS_DIR, TESTV_DIR from tests.renderer.constants import OUTPUT_FORMATS_BINAURAL, SCRIPTS_DIR, TESTV_DIR TESTS_DIR = Path(__file__).parent Loading tests/hrtf_binary_loading/test_codec_ROM_vs_file.py +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ from tests.hrtf_binary_loading.utils import * from .constants import ( HRTF_TAGS, MC_BITRATE_FOR_FORMAT, HRTF_TAG_DIFF_FROM_ROM, HRTF_TAG_SAME_AS_ROM, ) Loading tests/hrtf_binary_loading/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ from typing import Optional import pytest from tests.renderer.utils import check_BE, run_cmd, run_renderer from tests.renderer.utils import check_BE, run_cmd, run_renderer, test_info from .constants import * Loading tests/split_rendering/constants.py +8 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,14 @@ from pathlib import Path from tests.renderer.constants import ( BIN_SUFFIX_MERGETARGET, CUSTOM_LS_TO_TEST, FORMAT_TO_FILE_COMPARETEST, FORMAT_TO_FILE_SMOKETEST, FORMAT_TO_METADATA_FILES, METADATA_SCENES_TO_TEST, ) """ Set up paths """ TESTS_DIR = Path(__file__).parent Loading Loading
scripts/pyivastest/__init__.py +10 −0 Original line number Diff line number Diff line Loading @@ -40,3 +40,13 @@ Imports functions class """ from . import ( IvasBaseClass, IvasModeAnalyzer, IvasModeCollector, IvasModeRunner, IvasScriptsCommon, IvasSvnBuilder, constants, ivas_svn, )
tests/hrtf_binary_loading/constants.py +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ import re from pathlib import Path from tests.renderer.constants import SCRIPTS_DIR, TESTV_DIR from tests.renderer.constants import OUTPUT_FORMATS_BINAURAL, SCRIPTS_DIR, TESTV_DIR TESTS_DIR = Path(__file__).parent Loading
tests/hrtf_binary_loading/test_codec_ROM_vs_file.py +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ from tests.hrtf_binary_loading.utils import * from .constants import ( HRTF_TAGS, MC_BITRATE_FOR_FORMAT, HRTF_TAG_DIFF_FROM_ROM, HRTF_TAG_SAME_AS_ROM, ) Loading
tests/hrtf_binary_loading/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ from typing import Optional import pytest from tests.renderer.utils import check_BE, run_cmd, run_renderer from tests.renderer.utils import check_BE, run_cmd, run_renderer, test_info from .constants import * Loading
tests/split_rendering/constants.py +8 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,14 @@ from pathlib import Path from tests.renderer.constants import ( BIN_SUFFIX_MERGETARGET, CUSTOM_LS_TO_TEST, FORMAT_TO_FILE_COMPARETEST, FORMAT_TO_FILE_SMOKETEST, FORMAT_TO_METADATA_FILES, METADATA_SCENES_TO_TEST, ) """ Set up paths """ TESTS_DIR = Path(__file__).parent Loading