[Piglit] [PATCH 14/42] tests/gtest_tests.py: rename tests
Dylan Baker
baker.dylan.c at gmail.com
Wed Apr 22 15:10:03 PDT 2015
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
framework/tests/gtest_tests.py | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/framework/tests/gtest_tests.py b/framework/tests/gtest_tests.py
index 2a90cf9..d7095de 100644
--- a/framework/tests/gtest_tests.py
+++ b/framework/tests/gtest_tests.py
@@ -22,10 +22,11 @@
from __future__ import print_function, absolute_import
+from framework.tests import utils
from framework.test import GTest
+ at utils.no_error
def test_initialize_gtest():
- """ Test that GTest successfully initializes correctly """
- test = GTest(['/bin/true'])
- assert test
+ """test.gtest.GTest: Class initializes"""
+ GTest(['/bin/true'])
--
2.3.5
More information about the Piglit
mailing list