43
43
- name : Test install
44
44
run : |
45
45
python -m pip install --upgrade pip
46
- python -m pip install -U .
46
+ python -m pip install -U '.[test]'
47
47
- name : Test show usage
48
- run : |
49
- python -m pymobiledevice3 --help
50
- python -m pymobiledevice3 activation --help
51
- python -m pymobiledevice3 afc --help
52
- python -m pymobiledevice3 amfi --help
53
- python -m pymobiledevice3 apps --help
54
- python -m pymobiledevice3 backup2 --help
55
- python -m pymobiledevice3 bonjour --help
56
- python -m pymobiledevice3 companion --help
57
- python -m pymobiledevice3 crash --help
58
- python -m pymobiledevice3 developer --help
59
- python -m pymobiledevice3 diagnostics --help
60
- python -m pymobiledevice3 lockdown --help
61
- python -m pymobiledevice3 mounter --help
62
- python -m pymobiledevice3 notification --help
63
- python -m pymobiledevice3 pcap --help
64
- python -m pymobiledevice3 power-assertion --help
65
- python -m pymobiledevice3 processes --help
66
- python -m pymobiledevice3 profile --help
67
- python -m pymobiledevice3 provision --help
68
- python -m pymobiledevice3 remote --help
69
- python -m pymobiledevice3 restore --help
70
- python -m pymobiledevice3 springboard --help
71
- python -m pymobiledevice3 syslog --help
72
- python -m pymobiledevice3 usbmux --help
73
- python -m pymobiledevice3 webinspector --help
74
- python -m pymobiledevice3 version --help
48
+ run : pytest -m cli
0 commit comments