Open Splines opened 7 months ago
❗ This is based on #41, so #41 has to be merged into main beforehand.
main
whole_workflow_test
eiffeltower()
test_whole_workflow
wiz.res(...)
tests/integration/fixtures/
eiffeltower.tex
\newcommand*{...}
results.tex
❗ This is based on #41, so #41 has to be merged into
main
beforehand.How to add new test cases
whole_workflow_test
, create a new method, e.g.eiffeltower()
. Add it to the parameterized list oftest_whole_workflow
.wiz.res(...)
however you like.tests/integration/fixtures/
that is named like the method (here:eiffeltower.tex
).\newcommand*{...}
you'd expect from thewiz.res(...)
call.results.tex
file.