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

Lack of testing #9

Open
RichysHub opened this issue Oct 4, 2019 · 0 comments
Open

Lack of testing #9

RichysHub opened this issue Oct 4, 2019 · 0 comments

Comments

@RichysHub
Copy link
Owner

The current project has no formal testing framework.

As more features are added, or further format revisions are supported, this is going to become a bigger issue.

Testing is currently quite difficult without extensively mocking the bpy module, and having a deep understanding of how it behaves, while also tracking the scene state.

One option to remedy this might be a separation of parsing and creating,

  • Parse .vox file into an internal representation
  • Export internal representation

This might make testing easier, given an internal representation of the entire scene is available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant