MaterialX icon indicating copy to clipboard operation
MaterialX copied to clipboard

Make it easier to run python tests

Open pmolodo opened this issue 3 years ago • 1 comments

At the moment, the only source of the "complete" set of python tests seems to be in .github/workflows/main.yml, under the Python Tests step.

It would be nice if this were extracted into it's own standalone script, or similar, to enable easier running outside of github. Also, I'm not clear on how github detects failure for many of these tests - ie, Scripts/generateshader.py seems to swallow many errors, and return 0, so I was forced to scrape output for Failed strings.

pmolodo avatar Sep 15 '22 01:09 pmolodo

These are good suggestions, @pmolodo, and I'll note that the error reporting in generateshader should be improved by the recent merge of #1160.

jstone-lucasfilm avatar Dec 14 '22 02:12 jstone-lucasfilm