[Piglit] [PATCH 03/20] core_tests.py: Use the utils.nose_generator decorator

Dylan Baker baker.dylan.c at gmail.com
Sat Jun 14 08:05:12 PDT 2014


Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
 framework/tests/core_tests.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/framework/tests/core_tests.py b/framework/tests/core_tests.py
index 44462ce..a6ac803 100644
--- a/framework/tests/core_tests.py
+++ b/framework/tests/core_tests.py
@@ -38,6 +38,7 @@ def check_initialize(target):
     assert isinstance(func, target)
 
 
+ at utils.nose_generator
 def test_generate_initialize():
     """ Generator that creates tests to initialize all of the classes in core
 
-- 
2.0.0



More information about the Piglit mailing list