We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92d511 commit 5c3a564Copy full SHA for 5c3a564
1 file changed
tests/test_markdown_support.py
@@ -4,7 +4,7 @@
4
5
def test_archive_markdown():
6
"""Test Archive support."""
7
- path = pathlib.Path(__file__).parent / "resources"
+ path = pathlib.Path() / "resources"
8
md = """\n**A referenced image.**"""
9
md_doc = pymupdf.open(stream=md.encode(), filetype="md", archive=path.name)
10
pdfdata = md_doc.convert_to_pdf()
0 commit comments