rdmo
rdmo copied to clipboard
Remove pandoc formats from integration tests
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.