[codeface] [PATCH 08/26] Add further documentation for the feature-related tests

  • From: Claus Hunsen <hunsen@xxxxxxxxxxxxxxxxx>
  • To: codeface@xxxxxxxxxxxxx
  • Date: Thu, 13 Oct 2016 17:29:40 +0200

For better understanding the commit-dependency data in the feature-
related tests regarding test project 3, the list of commits is added to
the introduction of the test class
'TestEndToEndOnlyTaggingExample3Feature'.

Signed-off-by: Claus Hunsen <hunsen@xxxxxxxxxxxxxxxxx>
---
 codeface/test/integration/test_features.py | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/codeface/test/integration/test_features.py 
b/codeface/test/integration/test_features.py
index 69ba434..8a39b30 100644
--- a/codeface/test/integration/test_features.py
+++ b/codeface/test/integration/test_features.py
@@ -200,6 +200,24 @@ class TestEndToEndOnlyTaggingExample3Feature(
     c9b59046 (Adam Awkward    2013-01-16 12:30:42 +0100 13)  int d = 0; // Adam
     c9b59046 (Adam Awkward    2013-01-16 12:30:42 +0100 14)  return 1; // Adam
     c9b59046 (Adam Awkward    2013-01-16 12:30:42 +0100 15) }; // Adam
+
+    Additionally, the order of commits occurring in the test project is the 
following:
+
+    release 1
+    - f95b8047236f75641d6d7a2b5790b9e1db869ccd
+    - 458c1a53c8adb5b09268546a035235cf9a8b034d
+    - 4be60ac55e29d769a40fe11f41f33e88ba7f059b // filtered due to date
+    - 3b7cc950b4446fa4a3e06a6cf0992ded1a5fe923
+    - 3fe9884f98487cce4603d2bd5578e94944412d3c
+    - 7b16cf10845bc64e2589fa63822f3ddc49aedd4d
+
+    release 2
+    - c9b59046b6eb473b97a97cb31aded2deced29dc6
+    - 29b9c8bc6955df51263201dff7a1d935f8cd6049
+    - c52343ac0d17ce9a30866d296da0deb23f1567a7
+    - 55eec10019857e44d80e4bec3e81d1cffb785592
+    - 2d29196c16dd5a2d4bed292f055a83d1b44a58e1
+
     '''
     commit_dependency =\
         [
-- 
2.10.0


Other related posts:

  • » [codeface] [PATCH 08/26] Add further documentation for the feature-related tests - Claus Hunsen