Signed-off-by: Dylan Baker <[email protected]>
---
 framework/tests/summary_tests.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/framework/tests/summary_tests.py b/framework/tests/summary_tests.py
index 8961e1a..61cfbfe 100644
--- a/framework/tests/summary_tests.py
+++ b/framework/tests/summary_tests.py
@@ -36,6 +36,7 @@ def test_initialize_summary():
         assert test
 
 
[email protected]_generator
 def test_summary_add_to_set():
     """ Generate tests for testing Summary.test sets """
     old = copy.deepcopy(utils.JSON_DATA)
@@ -76,6 +77,7 @@ def check_sets(old, ostat, new, nstat, set_):
                             msg="{0} was not appended".format(set_))
 
 
[email protected]_generator
 def test_subtest_handling():
     data = copy.deepcopy(utils.JSON_DATA)
     data['tests']['with_subtests'] = {}
-- 
2.0.0

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to