Skip to content
Snippets Groups Projects
Commit 4bdf6af3 authored by RABijl's avatar RABijl
Browse files

cleans up commented code

parent 88fba756
No related branches found
No related tags found
1 merge request!6Draw pdf box
Pipeline #17432 passed with warnings
......@@ -113,7 +113,6 @@ def test_generate_checkboxes(datadir, tmpdir, checkboxes):
num_copies = 1
copy_nums = range(num_copies)
paths = map(lambda copy_num: os.path.join(tmpdir, f'{copy_num}.pdf'), copy_nums)
# checkboxes = [(300, 100, 1, 'c'), (500, 50, 0, 'd'), (500, 500, 0, 'a'), (250, 200, 1, 'b')]
pdf_generation.generate_pdfs(blank_pdf, 'ABCDEFGHIJKL', copy_nums, paths, 25, 270, 150, 270, checkboxes)
assert len(tmpdir.listdir()) == num_copies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment