You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a fixture we can control in tests that emulate the data we'd get from Blender's API. This will allow us to write unit tests that don't depend on a real instance of Blender.
This task is just to get the groundwork in place to allow our "production" code to transparently switch between the mock and the real Blender API when running tests.
The text was updated successfully, but these errors were encountered:
We need a fixture we can control in tests that emulate the data we'd get from Blender's API. This will allow us to write unit tests that don't depend on a real instance of Blender.
This task is just to get the groundwork in place to allow our "production" code to transparently switch between the mock and the real Blender API when running tests.
The text was updated successfully, but these errors were encountered: