mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-12-13 04:21:11 +01:00
tests/emulator, .github/workflows/emulator: add
This commit is contained in:
parent
a81256666e
commit
7882ff6d35
9 changed files with 374 additions and 0 deletions
7
tests/emulator/test_channels_uiautomator.py
Normal file
7
tests/emulator/test_channels_uiautomator.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import bootstrap_channels
|
||||
import on_device_tests
|
||||
|
||||
|
||||
def run(d):
|
||||
bootstrap_channels.run(d)
|
||||
on_device_tests.run(d)
|
||||
Loading…
Add table
Add a link
Reference in a new issue