Searched refs:TestCase (Results 1 – 3 of 3) sorted by relevance
| /libCEED/tests/junit-xml/ |
| H A D | README.rst | 45 from junit_xml import TestSuite, TestCase 47 test_cases = [TestCase('Test1', 'some.class.name', 123.345, 'I am stdout!', 'I am stderr!')]
|
| /libCEED/tests/ |
| H A D | junit_common.py | 20 from junit_xml import TestCase, TestSuite, to_xml_report_string # nopep8 523 def test_case_output_string(test_case: TestCase, spec: TestSpec, mode: RunMode, argument 586 mode: RunMode, nproc: int, suite_spec: SuiteSpec, verbose: bool = False) -> TestCase: 618 test_case: TestCase = TestCase(f'{test}, "{spec.name}", n{nproc}, {backend}', 633 test_case = TestCase(f'{test}, "{spec.name}", n{nproc}, {backend}',
|
| /libCEED/tests/junit-xml/junit_xml/ |
| H A D | __init__.py | 364 class TestCase(object): class
|