Closed emko-274 closed 4 months ago
I'm stuck with the markdown tests -- how do I diff the expected and actual summary pdf files?
If you run docker-compose exec expungeservice pipenv run pytest ./tests/pdf/test_markdown_renderer.py -vv
it gives the full printout of the text diff for just the markdown test (-vv option is verbose). It looks like it's just a couple of spacing issues and other minor typos.
Okay, thank you. I've added the tests back and removed the comments.
Looks like the test is still commented out though?
Sorry, I think saved the changes to the wrong branch. I'll make a new pull request
Updated tests to reflect new changes. Temporarily commenting out markdown rendering tests