Sigmmma / Blendkrieg

Halo Model importer and exporter for Blender.
GNU General Public License v3.0
11 stars 3 forks source link

Support models in testing mocks #27

Open Mimickal opened 4 years ago

Mimickal commented 4 years ago

We need some way of specifying models in testing. It needs to be a format with consistent internal representation so we can, for example, specify a known-good final state and test that a function produces that desired result. This format needs to support:

We'll also need to support comparing two of these things with each other, either via a file or a raw string.

Maybe we can use an external file with the .obj format, since .obj is just plain text. @gbMichelle is there anything else I'm forgetting?

Mimickal commented 4 years ago

JMS might actually be the right move here, since we already have ways to work with them and compare them.