dbusmock.pytest_fixtures ======================== .. py:module:: dbusmock.pytest_fixtures .. autoapi-nested-parse:: pytest fixtures for DBusMock Attributes ---------- .. autoapisummary:: dbusmock.pytest_fixtures.__author__ dbusmock.pytest_fixtures.__copyright__ Functions --------- .. autoapisummary:: dbusmock.pytest_fixtures.dbusmock_system dbusmock.pytest_fixtures.dbusmock_session Module Contents --------------- .. py:data:: __author__ :value: 'Martin Pitt' .. py:data:: __copyright__ :value: '(c) 2023 Martin Pitt ' .. py:function:: dbusmock_system() -> Iterator[dbusmock.testcase.PrivateDBus] Export the whole DBusTestCase as a fixture, with the system bus started .. py:function:: dbusmock_session() -> Iterator[dbusmock.testcase.PrivateDBus] Export the whole DBusTestCase as a fixture, with the session bus started