Skip to content

Commit

Permalink
Stop regenerating mirror_multi_cell.pdf on every test-run (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolker-KU authored Jul 25, 2023
1 parent df762e3 commit 54d2eb0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified test/mirror_multi_cell.pdf
Binary file not shown.
1 change: 0 additions & 1 deletion test/test_mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,4 @@ def test_mirror_multi_cell(tmp_path):
draw_mirror_line(pdf, (pdf.epw / 2, pdf.eph), "SOUTH")
pdf.multi_cell(w=120, txt=LOREM_IPSUM[:120], fill=True, border=1)

pdf.output(HERE / "mirror_multi_cell.pdf")
assert_pdf_equal(pdf, HERE / "mirror_multi_cell.pdf", tmp_path)

0 comments on commit 54d2eb0

Please sign in to comment.