Path:
tests/integration/features/diff/--generate-diff/01_basic/test.itest
Lines:
16
Non-empty lines:
15
Non-empty lines covered with requirements:
15 / 15 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
#
2
# @relation(SDOC-SRS-111, scope=file)
3
#
4
5
RUN: cp %S/strictdoc_config.py %T/
6
RUN: git init
7
RUN: git config user.name "Your Name"
8
RUN: git config user.email "you@example.com"
9
RUN: git config user.email "you@example.com"
10
RUN: cp %S/lhs/input.sdoc %T/
11
RUN: git add .
12
RUN: git commit -m "Test commit #1"
13
RUN: cp %S/rhs/input.sdoc %T/
14
RUN: git add .
15
RUN: git commit -m "Test commit #2"
16
RUN: %strictdoc export %T --generate-diff-git "HEAD^..HEAD" --output-dir %T/output