Skip to content
Snippets Groups Projects
Commit b504dc9b authored by Ruben Young On's avatar Ruben Young On
Browse files

Fixed flake8 warning

parent 4bdf6af3
No related branches found
No related tags found
1 merge request!6Draw pdf box
Pipeline #17438 passed
......@@ -105,6 +105,7 @@ def test_generate_pdfs_num_files(datadir, tmpdir):
assert len(tmpdir.listdir()) == num_copies
@pytest.mark.parametrize('checkboxes', [[(300, 100, 1, 'c'), (500, 50, 0, 'd'), (500, 500, 0, 'a'), (250, 200, 1, 'b')],
[], [(250, 100, 0, None)]])
def test_generate_checkboxes(datadir, tmpdir, checkboxes):
......
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