mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-28 03:40:13 +08:00
change: remove unused methods
This commit is contained in:
@@ -121,18 +121,6 @@ func TestDriver_BatteryInfo(t *testing.T) {
|
||||
t.Log(batteryInfo)
|
||||
}
|
||||
|
||||
func TestDriver_GetAppiumSettings(t *testing.T) {
|
||||
appiumSettings, err := driver.GetAppiumSettings()
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
for k := range appiumSettings {
|
||||
t.Logf("key: %s\tvalue: %v", k, appiumSettings[k])
|
||||
}
|
||||
// t.Log(appiumSettings)
|
||||
}
|
||||
|
||||
func TestDriver_DeviceInfo(t *testing.T) {
|
||||
devInfo, err := driver.DeviceInfo()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user