StrictDoc Documentation
tests/integration/features/source_code_traceability/_language_parsers/python/31_py_line_marker_multiline/test.itest
Source file coverage
Path:
tests/integration/features/source_code_traceability/_language_parsers/python/31_py_line_marker_multiline/test.itest
Lines:
11
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
# @relation(SDOC-SRS-124, scope=file)
2
 
3
RUN: %strictdoc export %S --output-dir %T | filecheck %s --dump-input=fail
4
CHECK: Published: Hello world doc
5
 
6
RUN: %check_exists --file "%T/html/_source_files/file.py.html"
7
 
8
RUN: %cat %T/html/_source_files/file.py.html | filecheck %s --dump-input=fail --check-prefix CHECK-SOURCE-FILE
9
CHECK-SOURCE-FILE: [ 1-15 ]
10
CHECK-SOURCE-FILE: [ 4-10 ]
11
CHECK-SOURCE-FILE: [ 12-15 ]