Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic Blender mock for unit testing #11

Open
Mimickal opened this issue Aug 12, 2019 · 1 comment
Open

Basic Blender mock for unit testing #11

Mimickal opened this issue Aug 12, 2019 · 1 comment
Assignees
Labels
testing Some new feature or change related to testing

Comments

@Mimickal
Copy link
Member

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.

@Mimickal Mimickal self-assigned this Aug 12, 2019
@Mimickal
Copy link
Member Author

Could potentially wrap / extend Blender's API, so we can call the real functions when needed?

@Mimickal Mimickal added the testing Some new feature or change related to testing label Aug 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Some new feature or change related to testing
Development

No branches or pull requests

1 participant