diff --git a/arraycontext/pytest.py b/arraycontext/pytest.py index e0beb06839817f971f452fee5edae1e6cfcb1b79..33783e604b4fee6dc9a7aff322cd7d9f6a97ad22 100644 --- a/arraycontext/pytest.py +++ b/arraycontext/pytest.py @@ -266,7 +266,7 @@ def pytest_generate_tests_for_array_contexts( def pytest_generate_tests_for_pyopencl_array_context(metafunc) -> None: """Parametrize tests for pytest to use a - :class:`~arraycontext.ArrayContext`. + :class:`~arraycontext.PyOpenCLArrayContext`. Performs device enumeration analogously to :func:`pyopencl.tools.pytest_generate_tests_for_pyopencl`.