StrictDoc Documentation
tests/integration/features/source_coverage/01_links_to_files/test.itest
Source file coverage
Path:
tests/integration/features/source_coverage/01_links_to_files/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
#
2
# @relation(SDOC-SRS-35, scope=file)
3
#
4
 
5
RUN: %strictdoc export %S --output-dir %T | filecheck %s --dump-input=fail
6
CHECK: Published: Hello world doc
7
 
8
RUN: %check_exists --file "%T/html/source_coverage.html"
9
 
10
RUN: %cat "%T/html/source_coverage.html" | filecheck %s --dump-input=fail --check-prefix CHECK-HTML
11
CHECK-HTML: href="_source_files/file.py.html"