Skip to content

Commit

Permalink
HYDRA-861 : Add other best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
debloip-adsk committed Mar 25, 2024
1 parent ec4e6c0 commit 758bf27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/lib/mayaUsd/render/mayaToHydra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ Some important notes :

# 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 `_extraPluginsToLoad` variable in your test class.
- Use relative paths in test data to make sure the tests will work anywhere.
- Prefer storing USD data in text-form .usda instead of binary, for readability and ease of modification should a test need to be tweaked.

# Image comparison

Expand Down

0 comments on commit 758bf27

Please sign in to comment.