rdmorganiser / rdmo

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

Remove pandoc formats from integration tests #1113

Open jochenklar opened 3 months ago

jochenklar commented 3 months 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 3 months ago

I think the most expensive scenario is the pdf generation.

afuetterer commented 3 months ago

Related #1092

jochenklar commented 3 months ago

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

afuetterer commented 3 months ago

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