Skip to content

Commit

Permalink
Re-enable participating media tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Speierers committed Jul 7, 2020
1 parent 909ca29 commit 678ca6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/data
Submodule data updated 26 files
+0 −0 tests/scenes/participating_media/meshes/sphere_tiny.obj
+ tests/scenes/participating_media/refs/test_hetero_sigmat_albedo_ref_mono.exr
+ tests/scenes/participating_media/refs/test_hetero_sigmat_albedo_ref_mono_var.exr
+ tests/scenes/participating_media/refs/test_hetero_sigmat_albedo_ref_rgb.exr
+ tests/scenes/participating_media/refs/test_hetero_sigmat_albedo_ref_rgb_var.exr
+ tests/scenes/participating_media/refs/test_hetero_sigmat_albedo_ref_spectral.exr
+ tests/scenes/participating_media/refs/test_hetero_sigmat_albedo_ref_spectral_var.exr
+ tests/scenes/participating_media/refs/test_hetero_sigmat_ref_mono.exr
+ tests/scenes/participating_media/refs/test_hetero_sigmat_ref_mono_var.exr
+ tests/scenes/participating_media/refs/test_hetero_sigmat_ref_rgb.exr
+ tests/scenes/participating_media/refs/test_hetero_sigmat_ref_rgb_var.exr
+ tests/scenes/participating_media/refs/test_hetero_sigmat_ref_spectral.exr
+ tests/scenes/participating_media/refs/test_hetero_sigmat_ref_spectral_var.exr
+ tests/scenes/participating_media/refs/test_hetero_spectral_sigmat_ref_mono.exr
+ tests/scenes/participating_media/refs/test_hetero_spectral_sigmat_ref_mono_var.exr
+ tests/scenes/participating_media/refs/test_hetero_spectral_sigmat_ref_rgb.exr
+ tests/scenes/participating_media/refs/test_hetero_spectral_sigmat_ref_rgb_var.exr
+ tests/scenes/participating_media/refs/test_hetero_spectral_sigmat_ref_spectral.exr
+ tests/scenes/participating_media/refs/test_hetero_spectral_sigmat_ref_spectral_var.exr
+1 −1 tests/scenes/participating_media/test_homo_area_light.xml
+1 −1 tests/scenes/participating_media/test_homo_dielectric_envmap.xml
+1 −1 tests/scenes/participating_media/test_homo_emitter_inside_medium.xml
+1 −1 tests/scenes/participating_media/test_homo_null_envmap.xml
+1 −1 tests/scenes/participating_media/test_homo_obj_inside_medium.xml
+1 −1 tests/scenes/participating_media/test_homo_spectral_sigmat.xml
+1 −1 tests/scenes/participating_media/test_surf_area_light.xml
2 changes: 1 addition & 1 deletion src/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def variants_all_rgb(request):
def pytest_configure(config):
markexpr = config.getoption("markexpr", 'False')
if not 'not slow' in markexpr:
print("""\033[93mRunning the full test suite. To skip slow tests, please run 'pytest -m 'not slow' \033[0m""")
print("""\033[93mRunning the full test suite. To skip slow tests, please run 'pytest -m "not slow"' \033[0m""")

config.addinivalue_line(
"markers", "slow: marks tests as slow (deselect with -m 'not slow')"
Expand Down
2 changes: 1 addition & 1 deletion src/librender/tests/test_renders.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def variants_all(request):
scenes = glob.glob(join(TEST_SCENE_DIR, '*', '*.xml'))

# List of test scene folders to exclude
EXCLUDE_FOLDERS = ['participating_media']
EXCLUDE_FOLDERS = []


def get_ref_fname(scene_fname):
Expand Down

0 comments on commit 678ca6d

Please sign in to comment.