This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dongxiaoyan-tsg-autotest/04-CustomLibrary/ExtensionPackages/GetTimeLibrary/__init__.py
lyf fee5a2fc89 1、提价修改的UI关键字和case
2、提交Dashboard的Traffic关键字和一个case
3、提交GetTimeLibrary中新加的代码
2020-08-18 18:02:07 +08:00

6 lines
148 B
Python

#coding=utf-8
from GetTimeLibrary.GetTime import GetTime
__version__ = '1.0'
class GetTimeLibrary(GetTime):
ROBOT_LIBRARY_SCOPE = 'GLOBAL'