mirror of
https://gitee.com/openharmony/testfwk_xdevice
synced 2024-11-30 02:50:56 +00:00
优化代码bug
Signed-off-by: deveco_xdevice <liguangjie1@huawei.com>
This commit is contained in:
parent
05d39fc28d
commit
78c8471bd7
@ -38,7 +38,6 @@ class HostDrivenTestType(object):
|
||||
HostDrivenType enumeration
|
||||
"""
|
||||
device_test = "DeviceTest"
|
||||
device_testsuite = "DeviceTestSuite"
|
||||
windows_test = "WindowsTest"
|
||||
|
||||
|
||||
|
@ -24,7 +24,7 @@ __all__ = ["DeviceOsType", "ProductForm", "TestType", "TestExecType",
|
||||
"TEST_DRIVER_SET", "LogType", "CKit",
|
||||
"DeviceLabelType", "GTestConst", "ManagerType",
|
||||
"ModeType", "ConfigConst", "FilePermission", "CommonParserType",
|
||||
"DeviceConnectorType"]
|
||||
"DeviceConnectorType", "AdvanceDeviceOption"]
|
||||
|
||||
|
||||
@dataclass
|
||||
@ -142,6 +142,7 @@ class HostDrivenTestType(object):
|
||||
HostDrivenType enumeration
|
||||
"""
|
||||
device_test = "DeviceTest"
|
||||
device_testsuite = "DeviceTestSuite"
|
||||
windows_test = "WindowsTest"
|
||||
app_test = "AppTest"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user