Testing in Inara works by checking both the draft mode and
production mode (i.e., compiled with -p
) for the following artifacts
using the diff
command:
- JATS XML (
jats
) - Crossref XML (
crossref
) - Preprint LaTeX (
preprint
) - PDF (
pdf
), though note this is a binary comparison
The draft golden standard files are in the expected-draft folder while the production golden standard files are in the expected-pub folder.
If you make updates to the underlying paper.md file in the /examples
folder, you'll need to update at minimum the preprint and PDF. If you update the metadata
in the paper.md
or make changes to the templates, you might also have to update the JATS
and Crossref XML files.
How to update the golden standard files - TBA