summaryrefslogtreecommitdiff
path: root/unittests/suites
AgeCommit message (Collapse)AuthorFilesLines
2018-11-08python: add explicit utf-8 encodingEric Engestrom3-0/+3
I went with `# coding=utf-8` as it was the most common format in the existing code: 24 # coding=utf-8 21 ## coding=utf-8 19 # encoding=utf-8 9 ## encoding=utf-8 6 # -*- coding: utf-8 -*- I added it as the first line after the shebang, if any. Suggested-by: Dylan Baker <dylan@pnwbakers.com> Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
2016-08-16unittests: Add deqp_egl to integration tests.Dylan Baker1-0/+1
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
2016-08-05unittests/suites/test_integration: Add tests for remaining suitesDylan Baker1-18/+18
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
2016-08-05unittests: port integration_tests to pytestDylan Baker1-0/+105
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
2016-08-05unittests: port oglconform_tests to pytestDylan Baker1-0/+163
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
2016-08-05unittests: port test_lists to pytestDylan Baker2-0/+56
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>