Commit 70a89368 authored by norvell's avatar norvell
Browse files

Resolve import of test_info

parent f5715693
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ from .constants import (
    CUSTOM_LAYOUT_DIR,
    METADATA_SCENES_TO_TEST,
)
from .utils import run_renderer, compare_renderer_args, test_info
from .utils import run_renderer, compare_renderer_args
from ..conftest import props_to_record

##############################################################################
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ from typing import Tuple
import numpy as np
import pytest

from tests.renderer.utils import check_BE, run_cmd, test_info, run_ivas_isar_enc_cmd, run_ivas_isar_dec_cmd, run_isar_post_rend_cmd, run_isar_ext_rend_cmd
from tests.renderer.utils import check_BE, run_cmd, run_ivas_isar_enc_cmd, run_ivas_isar_dec_cmd, run_isar_post_rend_cmd, run_isar_ext_rend_cmd
from tests.split_rendering.constants import *

sys.path.append(SCRIPTS_DIR)