Path:
tests/integration/features/excel/export/20_excel_export_multiple_docs/test.itest
Lines:
9
Non-empty lines:
6
Non-empty lines covered with requirements:
6 / 6 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
- "8.3.1. Export to Excel" (REQUIREMENT)
- "8.3.1. Export to Excel" (REQUIREMENT)
- "8.3.2. Import from Excel" (REQUIREMENT)
1
# @relation(SDOC-SRS-74, scope=file)
2
3
RUN: %strictdoc export --formats=excel --output-dir=Output %S
4
5
RUN: %check_exists --file "%T/excel/input1.xlsx"
6
RUN: %check_exists --file "%T/excel/input2.xlsx"
7
8
RUN: %excel_diff "%T/excel/input1.xlsx" "%S/expected/input1.xlsx"
9
RUN: %excel_diff "%T/excel/input2.xlsx" "%S/expected/input2.xlsx"