[Piglit] [PATCH 31/42] test_lists.py: fix test names

Dylan Baker baker.dylan.c at gmail.com
Wed Apr 22 15:10:20 PDT 2015


Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 framework/tests/test_lists.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/framework/tests/test_lists.py b/framework/tests/test_lists.py
index 25179e9..f7d3d70 100644
--- a/framework/tests/test_lists.py
+++ b/framework/tests/test_lists.py
@@ -49,5 +49,6 @@ def gen_test_import():
     # Test the various OpenGL modules
     for module in ['all', 'quick', 'gpu', 'sanity', 'cpu', 'llvmpipe', 'cl',
                    'quick_cl']:
-        check_import.description = "Test import of tests.{}".format(module)
+        check_import.description = \
+            "tests.{}: Can be successfully imported".format(module)
         yield check_import, "tests." + module
-- 
2.3.5



More information about the Piglit mailing list