Skip to content
Snippets Groups Projects

Object-Oriented CPU JIT API and Prototype Implementation

Merged Frederik Hennig requested to merge fhennig/pybind11-jit into v2.0-dev
Viewing commit 56ab4abc
Prev
Show latest version
1 file
+ 1
1
Preferences
Compare changes
@@ -52,7 +52,7 @@ These fixtures are defined in `tests/fixtures.py`.
@@ -52,7 +52,7 @@ These fixtures are defined in `tests/fixtures.py`.
### Overriding Fixtures
### Overriding Fixtures
Pytest allows you to locally override fixtures, which can be especially practical when you wish
Pytest allows you to locally override fixtures, which can be especially handy when you wish
to restrict the target selection of a test.
to restrict the target selection of a test.
For example, the following test overrides `target` using a parametrization mark,
For example, the following test overrides `target` using a parametrization mark,
and uses this in combination with the `gen_config` fixture, which now
and uses this in combination with the `gen_config` fixture, which now