Skip to content

Commit

Permalink
HYDRA-837 : Remove comment in README (will be for future changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
debloip-adsk committed Mar 27, 2024
1 parent 8d8201e commit 513c737
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/lib/mayaUsd/render/mayaToHydra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ To add a new Python-only test suite :

Some important notes :
- Before each test, a new file will be opened and the renderer will be switched to Hydra. If you need to switch between renderers, you can use the `self.setHdStormRenderer()` and `self.setViewport2Renderer()` methods.
- When opening a Maya test scene (using `mayaUtils.openTestScene()`), color management will be disabled immediately afterwards, even if the scene had it enabled. If your test is explicitly testing for color management, you will need to re-enable it manually (for example using `maya.cmds.colorManagementPrefs(edit=True, cmEnabled=True)`).

# Best practices
- Don't skip tests unless necessary. If a test requires a certain plugin to be loaded, don't skip the test if the plugin fails to load, as this will falsely be reported as a pass. For such cases, prefer setting the `_requiredPlugins` variable in your test class.
Expand Down

0 comments on commit 513c737

Please sign in to comment.