StrictDoc Documentation
tests/integration/features/excel/export/07_custom_grammar_fields_to_export_fields_all_special/test.itest
Source file coverage
Path:
tests/integration/features/excel/export/07_custom_grammar_fields_to_export_fields_all_special/test.itest
Lines:
8
Non-empty lines:
5
Non-empty lines covered with requirements:
5 / 5 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
# @relation(SDOC-SRS-74, scope=file)
2
 
3
# Export all available fields, extended with the special Parent and Comments variants
4
RUN: %strictdoc export --formats=excel --fields="UID","RELATIONS","PARENT","TITLE","STATEMENT","OWNER","PRIORITY","COMMENTS" --output-dir=Output "%S/input.sdoc"
5
 
6
RUN: %check_exists --file "%T/excel/input.xlsx"
7
 
8
RUN: %excel_diff "%T/excel/input.xlsx" "%S/expected/input.xlsx"