# testlib **Repository Path**: anolis/testlib ## Basic Information - **Project Name**: testlib - **Description**: No description available - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 5 - **Created**: 2022-06-23 - **Last Updated**: 2024-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TestLib ## 介绍 TestLib(test library)定位为一个测试管理系统,它是在t-one的基础上建立的一个包含测试规范,测试需求,测试方案,测试用例,测试任务,测试设备等功能的一个测试管理系统。 ## 使用 ### 环境 - [Python3.7+](https://www.python.org/downloads/) ### 运行 #### 1. 下载Test-lib项目 ``` git clone git@gitlab.alibaba-inc.com:ostest/test-lib.git ``` ### 2. 安装项目依赖 ```angular2html pip install -r requirements.txt ``` ### 3. 运行项目 ```angular2html python app.py ```