suim1218 / M4M-Interface

python3 request interface-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

介绍

后台系统接口自动化测试

环境

  • Python3
  • request
  • HTMLTestRunner
  • unittest

目录介绍

  • db_fixture 数据库初始化
  • interface 测试用例
  • report 测试报告
  • db_config 数据库配置信息

运行

  • 单个测试文件运行
python3 *_case.py //interface 目录下
  • 批量运行
python3 run_test.py //根目录下

About

python3 request interface-test


Languages

Language:Python 79.0%Language:HTML 21.0%