nix-on-droid/tests/emulator/test_channels_uiautomator.py
2024-06-30 20:29:37 +02:00

7 lines
120 B
Python

import bootstrap_channels
import on_device_tests
def run(d):
bootstrap_channels.run(d)
on_device_tests.run(d)