Searched refs:TestSuite (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/testlib/
H A Dsuite.py33 class TestSuite(object): class in inherits:object
55 obj = super(TestSuite, klass).__new__(klass, *args, **kwargs)
56 TestSuite.collector.collect(obj)
H A Dloader.py59 care about collecting. (`TestCase`, `TestSuite` and `Fixture` objects.)
62 a :class:`TestSuite` by the test writer will be placed into
63 a :class:`TestSuite` named after the module.
121 Discovered :class:`TestCase` and :class:`TestSuite` objects are wrapped by
133 .. note:: If tests are not contained in a TestSuite, they will
227 new_suites = suite_mod.TestSuite.collector.create()
235 suite_mod.TestSuite.collector.remove(new_suites)
263 suite_mod.TestSuite(tests=orphan_tests,
/gem5/tests/gem5/test_build/
H A Dtest_build.py54 TestSuite(name=name, tests=[function], tags=tags)
/gem5/tests/gem5/
H A Dsuite.py34 from testlib.suite import TestSuite
53 The generated TestSuite will run gem5 with the provided config and
117 # Finally construct the self contained TestSuite out of our
119 testsuites.append(TestSuite(

Completed in 6 milliseconds