Skip to content
Snippets Groups Projects
Verified Commit 0d6b9970 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Fixed pipeline test.

parent d27e0923
No related branches found
No related tags found
2 merge requests!100WIP: Filling XLSX: Seems to be working.,!93Filling XLSX: Everything except multiple choice.
Pipeline #48263 passed
......@@ -66,8 +66,9 @@ def test_detect():
def test_fill_xlsx():
fill_and_compare(json_file="data/simple_data.json", template_file="data/simple_template.xlsx",
known_good="data/simple_data.xlsx")
fill_and_compare(json_file="data/multiple_refs_data.json",
template_file="data/multiple_refs_template.xlsx",
known_good="data/multiple_refs_data.xlsx")
fill_and_compare(json_file=rfp("data/simple_data.json"),
template_file=rfp("data/simple_template.xlsx"),
known_good=rfp("data/simple_data.xlsx"))
fill_and_compare(json_file=rfp("data/multiple_refs_data.json"),
template_file=rfp("data/multiple_refs_template.xlsx"),
known_good=rfp("data/multiple_refs_data.xlsx"))
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