[Piglit] [PATCH 5/9] backend_tests.py: Test the junit backend
Dylan Baker
baker.dylan.c at gmail.com
Tue Sep 23 17:55:52 PDT 2014
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
framework/tests/backends_tests.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/framework/tests/backends_tests.py b/framework/tests/backends_tests.py
index 921c60e..482cd6d 100644
--- a/framework/tests/backends_tests.py
+++ b/framework/tests/backends_tests.py
@@ -60,6 +60,7 @@ def test_get_backend():
# expect
backends_ = {
'json': backends.JSONBackend,
+ 'junit': backends.JUnitBackend,
}
check = lambda n, i: nt.assert_is(backends.get_backend(n), i)
--
2.1.1
More information about the Piglit
mailing list