rdmorganiser / rdmo

A tool to support the planning, implementation, and organization of research data management.
https://rdmorganiser.github.io
Apache License 2.0
100 stars 47 forks source link

Remove pandoc formats from integration tests #1113

Open jochenklar opened 1 month ago

jochenklar commented 1 month ago

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 only html as format). This should save some time.

afuetterer commented 1 month ago

I think the most expensive scenario is the pdf generation.

afuetterer commented 1 month ago

Related #1092

jochenklar commented 1 month ago

Great, mocking the test is actually more elegant than just leaving it out.

afuetterer commented 1 month ago

See related PR #1117, let's discuss details in the PR, alright?