Commit 68b2d5fc authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

fix missing imports for split rendering tests

parent 19e10c7b
Loading
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -32,6 +32,16 @@

from pathlib import Path


from tests.renderer.constants import (
    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
RENDER_CFG_DIR = TESTS_DIR.joinpath("renderer_configs").resolve()