From 734d245995341c0362db7cac4e3da9e2b79cf4e5 Mon Sep 17 00:00:00 2001
From: Amir Mohammadi <183.amir@gmail.com>
Date: Mon, 16 Jan 2017 14:48:53 +0100
Subject: [PATCH] make test names more verbose

---
 bob/math/test_gsvd.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bob/math/test_gsvd.py b/bob/math/test_gsvd.py
index 1a93b3c..cf527ca 100644
--- a/bob/math/test_gsvd.py
+++ b/bob/math/test_gsvd.py
@@ -43,7 +43,7 @@ def gsvd_relations(A,B):
 
 def test_first_case():
   """
-  Testing the first scenario:
+  Testing the first scenario of gsvd:
   M-K-L >= 0 (check http://www.netlib.org/lapack/explore-html/d1/d7e/group__double_g_esing_ga4a187519e5c71da3b3f67c85e9baf0f2.html#ga4a187519e5c71da3b3f67c85e9baf0f2)  
   """
 
@@ -55,7 +55,7 @@ def test_first_case():
 
 def test_second_case():
   """
-  Testing the second scenario:
+  Testing the second scenario of gsvd:
   M-K-L < 0 (check http://www.netlib.org/lapack/explore-html/d1/d7e/group__double_g_esing_ga4a187519e5c71da3b3f67c85e9baf0f2.html#ga4a187519e5c71da3b3f67c85e9baf0f2)  
   """
 
-- 
GitLab