dbusmock.pytest_fixtures

pytest fixtures for DBusMock

Attributes

__author__

__copyright__

Functions

dbusmock_system(→ Iterator[dbusmock.testcase.PrivateDBus])

Export the whole DBusTestCase as a fixture, with the system bus started

dbusmock_session(→ Iterator[dbusmock.testcase.PrivateDBus])

Export the whole DBusTestCase as a fixture, with the session bus started

Module Contents

dbusmock.pytest_fixtures.__author__ = 'Martin Pitt'[source]
dbusmock.pytest_fixtures.dbusmock_system() Iterator[dbusmock.testcase.PrivateDBus][source]

Export the whole DBusTestCase as a fixture, with the system bus started

dbusmock.pytest_fixtures.dbusmock_session() Iterator[dbusmock.testcase.PrivateDBus][source]

Export the whole DBusTestCase as a fixture, with the session bus started