Loading tests/split_rendering/constants.py +10 −0 Original line number Diff line number Diff line Loading @@ -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() Loading Loading
tests/split_rendering/constants.py +10 −0 Original line number Diff line number Diff line Loading @@ -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() Loading