pytest_bluezenv.mainloop_wrap#

pytest_bluezenv.mainloop_wrap(func)[source]#

Wrap function to run in GLib main loop thread

Note

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

Example

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