nix-on-droid/tests/emulator/test_channels_uiautomator.py
2024-09-11 00:30:47 +02:00

9 lines
201 B
Python

# Copyright (c) 2019-2024, see AUTHORS. Licensed under MIT License, see LICENSE
import bootstrap_channels
import on_device_tests
def run(d):
bootstrap_channels.run(d)
on_device_tests.run(d)