Initiliaze global context only once per test suite. Test data relevant to the respective tests is still allocated and freed with every test case. Also, `scene->nodetree` will be deprecated in a future PR, so use `material->nodetree` to test embedded trees instead. Pull Request: https://projects.blender.org/blender/blender/pulls/137895