Open joanlopez opened 1 year ago
Example for #121:
cue.mod/tests/tests.cue
foo.cue
foo.txt
testscript
cue eval
unity test
awesome, this general approach looks great to me. Will be really, really helpful to get attached to unity
Example for #121:
cue.mod/tests/tests.cue
.foo.cue
file as an example of "test" (some CUE code to evaluate).foo.txt
as atestscript
definition, thatcue eval
thefoo.cue
file and compares the output.unity test
on the repository (project mode).