Path:
tests/integration/features/project_statistics/20_requirement_metric_does_not_include_text_nodes/test.itest
Lines:
17
Non-empty lines:
14
Non-empty lines covered with requirements:
14 / 14 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
#
2
# This test verifies the following functionality:
3
# The TEXT nodes DO NOT contribute to the requirements statistics.
4
#
5
# @relation(SDOC-SRS-97, scope=file)
6
#
7
8
RUN: %strictdoc export %S --output-dir %T | filecheck %s
9
CHECK: Published: Hello world doc
10
11
RUN: %check_exists --file "%T/html/project_statistics.html"
12
13
RUN: %cat "%T/html/project_statistics.html" | filecheck %s --check-prefix CHECK-HTML
14
CHECK-HTML: Total requirements
15
CHECK-HTML: 3
16
CHECK-HTML: Requirements with no UID
17
CHECK-HTML: 3