All Projects → defnngj → Pyrequest

defnngj / Pyrequest

接口自动化项目

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Pyrequest

Capture Stream
Capture stream output.
Stars: ✭ 10 (-92.59%)
Mutual labels:  unittest
Vue Shopping Clean Architecture
Shopping cart app demonstrate clean architecture
Stars: ✭ 60 (-55.56%)
Mutual labels:  unittest
Spectator
🦊 🚀 A Powerful Tool to Simplify Your Angular Tests
Stars: ✭ 1,386 (+926.67%)
Mutual labels:  unittest
Testable Mock
换种思路写Mock,让单元测试更简单
Stars: ✭ 977 (+623.7%)
Mutual labels:  unittest
Tdcapp
Sample app which access the TDC (The Developer's Conference) REST API.
Stars: ✭ 55 (-59.26%)
Mutual labels:  unittest
Nimoy
A testing and specification framework for Python 3
Stars: ✭ 76 (-43.7%)
Mutual labels:  unittest
Swiftymocky
Framework for automatic mock generation. Adds a set of handy methods, simplifying testing. One of the best and most complete solutions, including generics support and much more.
Stars: ✭ 748 (+454.07%)
Mutual labels:  unittest
Miniredis
Pure Go Redis server for Go unittests
Stars: ✭ 1,907 (+1312.59%)
Mutual labels:  unittest
Phpspec Code Coverage
Generate Code Coverage reports for PhpSpec tests
Stars: ✭ 59 (-56.3%)
Mutual labels:  unittest
Unit Threaded
Advanced unit test framework for D
Stars: ✭ 100 (-25.93%)
Mutual labels:  unittest
Objectfiller.net
The .NET ObjectFiller fills the properties of your .NET objects with random data
Stars: ✭ 43 (-68.15%)
Mutual labels:  unittest
Company Structure
A company structure with a list of projects and their users
Stars: ✭ 48 (-64.44%)
Mutual labels:  unittest
Clarity
A declaritive test framework for Terraform
Stars: ✭ 88 (-34.81%)
Mutual labels:  unittest
Nunit cshaprp cheatsheet
Example implementations of each attribute available in Nunit2 unit Testing Framework using C# .NET.
Stars: ✭ 14 (-89.63%)
Mutual labels:  unittest
Python cpp example
An example of a hybrid python/C++ package with unit tests
Stars: ✭ 107 (-20.74%)
Mutual labels:  unittest
Laraforum
[Spring + JPA ] [ React + Typescript + Redux + Hooks ] [ Docker ] based blog
Stars: ✭ 16 (-88.15%)
Mutual labels:  unittest
Pytest Spec
Library pytest-spec is a pytest plugin to display test execution output like a SPECIFICATION.
Stars: ✭ 65 (-51.85%)
Mutual labels:  unittest
Javascript Testing Best Practices
📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (August 2021)
Stars: ✭ 13,976 (+10252.59%)
Mutual labels:  unittest
Pytruth
Assertion framework for Python unit tests
Stars: ✭ 118 (-12.59%)
Mutual labels:  unittest
Unittesting
Testing Sublime Text Packages
Stars: ✭ 95 (-29.63%)
Mutual labels:  unittest

pyrequest

介绍: 本项目为《Web接口开发与自动化测试--基于Python语言》一书中接口自动化测试项目代码。主要针对发布会签到系统的接口进行测试。 发布会签到系统:http://github.com/defnngj/guest

它包含功能:

  • 测试数据初始化,并对数据的插入做了封装。
  • unittest单元测试框架运行测试
  • HTMLTestRunner生成接口测试报告

Python版本与依赖库:

对应教材购买: 《Web接口开发与自动化测试--基于Python语言》https://item.jd.com/12164814.html

ALTER TABLE  `sign_event` CHANGE  `create_time`  `create_time` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
ALTER TABLE  `sign_guest` CHANGE  `create_time`  `create_time` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].