pytest_bluezenv.mainloop_assert#

pytest_bluezenv.mainloop_assert(func)[source]#

Wrap function to assert it runs from GLib main loop

Note

GLib main loop is only available for VM host plugins, not in tester.

Example

@mainloop_assert
def func():
    bus = dbus.SystemBus()