From 3ad12a18c054d9e92fb8cc4b98800ac1a870591c Mon Sep 17 00:00:00 2001 From: youhuo Date: Thu, 23 Jun 2022 20:19:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9readme=E7=9A=84?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 46 +++++++++++++++++++--------------------------- 1 file changed, 19 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 56a2158..4a19cf5 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,31 @@ -# testlib +# TestLib -#### 介绍 -{**以下是 Gitee 平台说明,您可以替换此简介** -Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台 -无论是个人、团队、或是企业,都能够用 Gitee 实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)} +## 介绍 -#### 软件架构 -软件架构说明 +TestLib(test library)定位为一个测试管理系统,它是在t-one的基础上建立的一个包含测试规范,测试需求,测试方案,测试用例,测试任务,测试设备等功能的一个测试管理系统。 +## 使用 -#### 安装教程 +### 环境 -1. xxxx -2. xxxx -3. xxxx +- [Python3.7+](https://www.python.org/downloads/) -#### 使用说明 +### 运行 -1. xxxx -2. xxxx -3. xxxx +#### 1. 下载Test-lib项目 -#### 参与贡献 +``` +git clone git@gitlab.alibaba-inc.com:ostest/test-lib.git +``` -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request +### 2. 安装项目依赖 +```angular2html +pip install -r requirements +``` -#### 特技 +### 3. 运行项目 -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) +```angular2html +python app.py +``` \ No newline at end of file -- Gitee