Path:
tests/integration/features/source_code_traceability/_general/04_input_is_single_file/test.itest
Lines:
12
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-33, scope=file)
2
3
RUN: %strictdoc export %S/input.sdoc --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/04_input_is_single_file/input.html | filecheck %s --dump-input=fail --check-prefix CHECK-HTML
9
CHECK-HTML: <a{{.*}}href="../_source_files/file.py.html#REQ-001#1#2">10
11
RUN: %cat %T/html/_source_files/file.py.html | filecheck %s --dump-input=fail --check-prefix CHECK-SOURCE-FILE
12
CHECK-SOURCE-FILE: href="../04_input_is_single_file/input.html#REQ-001"