reitzig / ltx2any

Yet another LaTeX build wrapper, with one or two nifty features
GNU General Public License v3.0
59 stars 4 forks source link

Implement testing "framework" #104

Open akerbos opened 7 years ago

akerbos commented 7 years ago

We need some form of automated test.

Create a file with commands and expected result (i.e. log messages). Check which log sections are there (i.e. which engines/extensions ran) and how many (which?) messages of which type are included.

Depends on #103

reitzig commented 6 years ago

Thoughts:

Bonus: Can we script/wrap the resulting test bank so that it can be automatically run by some CI tool? That would be helpful evaluate pull requests (if we should get any).