StrictDoc Documentation
tests/integration/features/reqif/profiles/p01_sdoc/end_to_end/--reqif-enable-mid/02_toml_option/test.itest
Source file coverage
Path:
tests/integration/features/reqif/profiles/p01_sdoc/end_to_end/--reqif-enable-mid/02_toml_option/test.itest
Lines:
10
Non-empty lines:
8
Non-empty lines covered with requirements:
8 / 8 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
#
2
# @relation(SDOC-SRS-72, scope=file)
3
#
4
 
5
# FIXME: Make config available as --config.
6
RUN: cp %S/strictdoc_config.py %T/../
7
 
8
RUN: %strictdoc export --formats=reqif-sdoc %S --output-dir %T
9
RUN: %strictdoc convert %T/reqif/output.reqif %T/
10
RUN: %diff %S/sample.sdoc %T/sample.sdoc