Autodesk / Autodesk/arnold-usd
Convert the compiled tests to unit tests
- Dominant language
- Python
- Stars
- 284
- Forks
- 68
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 14
Description
**Describe the feature you'd like**
There are several tests that are compiled to an executable but don't use the unit testing framework. Often rendering is used, but it's not strictly necessary. We should convert these tests to unit tests and get rid of the renders that are not required. These are:
- test_0038
- test_0138
- test_0142
- test_0148
- test_0161
- test_0162
- test_0168
- test_0174
- test_0178
- test_0180
Contributor guide
Research direction
Locate test_0038, test_0138, test_0142, test_0148, test_0161, test_0162, test_0168, test_0174, test_0178, and test_0180, then inspect how they are currently compiled and tested. Convert each to the unit testing framework and remove renders that are not required. Done means all ten tests run as unit tests while retaining necessary rendering coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100