Loading tests/split_rendering/constants.py +0 −9 Original line number Diff line number Diff line Loading @@ -30,7 +30,6 @@ the United Nations Convention on Contracts on the International Sales of Goods. """ import sys from pathlib import Path """ Set up paths """ Loading @@ -48,14 +47,6 @@ TESTV_DIR = SCRIPTS_DIR.joinpath("testv") BIN_SUFFIX_MERGETARGET = "_ref" 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, ) """ Renderer configurations """ RENDERER_CONFIGS_DEFAULT_CODEC = [ str(cfg.stem) for cfg in RENDER_CFG_DIR.glob("*_default.txt") Loading tests/renderer/utils.py +1 −1 File changed.Contains only whitespace changes. Show changes Loading
tests/split_rendering/constants.py +0 −9 Original line number Diff line number Diff line Loading @@ -30,7 +30,6 @@ the United Nations Convention on Contracts on the International Sales of Goods. """ import sys from pathlib import Path """ Set up paths """ Loading @@ -48,14 +47,6 @@ TESTV_DIR = SCRIPTS_DIR.joinpath("testv") BIN_SUFFIX_MERGETARGET = "_ref" 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, ) """ Renderer configurations """ RENDERER_CONFIGS_DEFAULT_CODEC = [ str(cfg.stem) for cfg in RENDER_CFG_DIR.glob("*_default.txt") Loading