зеркало из https://github.com/microsoft/lisa.git
rename package tool to tools
This commit is contained in:
Родитель
9816770e88
Коммит
18b0f902c2
|
@ -1,5 +1,5 @@
|
||||||
from lisa import TestCaseMetadata, TestSuite, TestSuiteMetadata
|
from lisa import TestCaseMetadata, TestSuite, TestSuiteMetadata
|
||||||
from lisa.tool import Echo, Uname
|
from lisa.tools import Echo, Uname
|
||||||
|
|
||||||
|
|
||||||
@TestSuiteMetadata(
|
@TestSuiteMetadata(
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
from typing import List, Type
|
from typing import List, Type
|
||||||
|
|
||||||
from lisa.executable import Tool
|
from lisa.executable import Tool
|
||||||
from lisa.tool import Git
|
from lisa.tools import Git
|
||||||
from lisa.util.process import ExecutableResult
|
from lisa.util.process import ExecutableResult
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче