With the amount of function and classes generated, it's really hard to keep track of regressions and also to figure out which signatures are accurate or not
Writing tests for each individual function is also an unrealistic amount of work.
it would be very nice to have an automated way to test if all the possible way to call a function given its typed signature result in something valid in maya.
With the amount of function and classes generated, it's really hard to keep track of regressions and also to figure out which signatures are accurate or not
Writing tests for each individual function is also an unrealistic amount of work.
it would be very nice to have an automated way to test if all the possible way to call a function given its typed signature result in something valid in maya.
For example, given this stub function
we'd have generate these function calls to be tested:
Not really sure if the tests should be generated and written to some actual python files or if all of that inference should just be done at runtime