edulinq / quizgen

MIT License
4 stars 0 forks source link

TeX Compilation Tests #37

Open eriq-augustine opened 4 months ago

eriq-augustine commented 4 months ago

Add in some tests (probably just one for each good test question) that generates and compiles the TeX. We currently have tests that generate the TeX and ones that invoke quizgen.cli.pdf.create, but actually compiling in a test requires some additional infrastructure.

Maybe an independent test utility (nothing fancy just a shell script) that is independent of the Python testing infrastructure. Keep in mind that this will add a few seconds per test, so it is not something we want regular testers to have to do.