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

Automated test wishes #21

Open
6 tasks
ShellyHerself opened this issue Dec 30, 2019 · 0 comments
Open
6 tasks

Automated test wishes #21

ShellyHerself opened this issue Dec 30, 2019 · 0 comments
Labels
testing Some new feature or change related to testing

Comments

@ShellyHerself
Copy link
Member

On request of @Mimickal I am listing out nice to haves for test mocks.

So, I think a good way to test if our tools are accurate is to be able to perform a full test where we import a model type and export it again. I think a good aim would be to leave this to the JmsModel class as that lies outside of our project.

So,

  • Getting nodes to accurately be transported to and from a JmsModel

    • Rotations need to resolve to the same orientation (Danger, a node can point the same way, but that doesn't mean the internal representation is accurate.)
    • Positions
    • Confirm if scaling works properly by doing a scaled import and export
    • All the node stuff, but for armatures instead of primitives (Since those are linked)
  • Node, region, permutation names

Idk if we can test geometry.

@Mimickal Mimickal added the testing Some new feature or change related to testing label Jan 29, 2020
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

2 participants