Open jochenklar opened 3 months ago
I think the most expensive scenario is the pdf generation.
Related #1092
Great, mocking the test is actually more elegant than just leaving it out.
See related PR #1117, let's discuss details in the PR, alright?
I think it would suffice to test the different pandoc formats once in a unit test (
rdmo/core/tests/test_pandoc.py
) and remove the parametrization from the other tests (and use onlyhtml
as format). This should save some time.