Searched refs:fixture (Results 1 - 14 of 14) sorted by relevance

/gem5/tests/gem5/
H A D__init__.py30 import fixture
33 from fixture import *
H A Dsuite.py37 from fixture import TempdirFixture, Gem5Fixture, VariableFixture
80 # Create a tempdir fixture to be shared throughout the test.
149 # fixture, but we always require it even if that verifier isn't being
H A Dfixture.py49 from testlib.fixture import Fixture
81 filesystem. If the same fixture is used by more than one
82 test/suite, rather than creating a copy of the fixture, it returns
/gem5/ext/testlib/
H A D__init__.py35 from .fixture import *
H A Drunner.py39 from fixture import SkipException
75 fixtures = {fixture.name:fixture for fixture in self.suite.fixtures}
76 for fixture in self.test.fixtures:
77 fixtures[fixture.name] = fixture
172 def __init__(self, fixture, testitem, trace):
173 self.fixture = fixture
[all...]
H A Dfixture.py36 def __init__(self, fixture, testitem):
37 self.fixture = fixture
41 fixture.name, testitem.name
H A Dwrappers.py230 for fixture in self.all_fixtures():
231 if fixture.is_global():
232 global_fixtures.append(fixture)
H A Dmain.py33 import fixture as fixture_mod
H A Dloader.py77 import fixture as fixture_mod
/gem5/tests/gem5/test_build/
H A Dtest_build.py50 fixture = Gem5Fixture(isa, variant) variable
53 fixtures=[fixture])
/gem5/ext/pybind11/tests/
H A Dtest_async.py6 @pytest.fixture
H A Dconftest.py110 @pytest.fixture
151 @pytest.fixture
164 @pytest.fixture
H A Dtest_numpy_dtypes.py11 @pytest.fixture(scope='module')
19 @pytest.fixture(scope='module')
H A Dtest_numpy_array.py25 @pytest.fixture(scope='function')

Completed in 17 milliseconds