Path:
tests/integration/features/source_code_traceability/_general_parser_backward/03_basic_req_to_file_link_range/test.itest
Lines:
19
Non-empty lines:
12
Non-empty lines covered with requirements:
12 / 12 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
# @relation(SDOC-SRS-138, 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/03_basic_req_to_file_link_range/input.html | filecheck %s --dump-input=fail --check-prefix CHECK-HTML
9
CHECK-HTML: <link rel="stylesheet" href="../_static/base.css"/>
10
CHECK-HTML: <a{{.*}}href="../_source_files/file.py.html#REQ-001#2#4">11
12
RUN: %cat %T/html/_source_files/file.py.html | filecheck %s --dump-input=fail --check-prefix CHECK-SOURCE-FILE
13
14
CHECK-SOURCE-FILE: href="../03_basic_req_to_file_link_range/input.html#REQ-001"
15
16
CHECK-SOURCE-FILE: href="../_source_files/file.py.html#REQ-001#2#4"
17
CHECK-SOURCE-FILE: <b>[ 2-4 ]</b>
18
CHECK-SOURCE-FILE: file.py
19