Path:
tests/integration/features/project_statistics/91_user_provided_statistics_wrong_module/test.itest
Lines:
13
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
#
2
# This test verifies the following functionality:
3
# If a user provides a non-existing path to a custom statistics generator,
4
# StrictDoc will terminate the execution and display an error message.
5
#
6
# FIXME: Migrate this test to %T.
7
#
8
# @relation(SDOC-SRS-154, scope=file)
9
#
10
11
RUN: cd %S/
12
RUN: %expect_exit 1 %strictdoc export %S --output-dir %T | filecheck %s
13
CHECK: error: Could not import a user-provided statistics generator: No module named 'statistics_generator'.