Skip to content

Commit

Permalink
Merge pull request #1368 from dgovil/metallic-ibl-reflection
Browse files Browse the repository at this point in the history
Fix missing fixturesUtils.runTests in testVP2RenderDelegateUSDPreviewSurface
  • Loading branch information
Krystian Ligenza authored Apr 28, 2021
2 parents ccce283 + dd3adb4 commit c737fee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,7 @@ def testMetallicResponse(self):
cmds.modelEditor(panel, edit=True, lights=False, displayLights="all")

self.assertSnapshotClose("testMetallicResponse.png")


if __name__ == '__main__':
fixturesUtils.runTests(globals())

0 comments on commit c737fee

Please sign in to comment.