Path:
tests/integration/features/source_code_traceability/_general/01_basic_file_marker_in_python_script/test.itest
Lines:
10
Non-empty lines:
7
Non-empty lines covered with requirements:
7 / 7 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
# @relation(SDOC-SRS-139, 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-10 ]
10
CHECK-SOURCE-FILE: [ 7-10 ]