HTTP 交互模拟库 VCR.py

码农软件 · 软件分类 · 测试工具 · 2019-11-23 08:44:19

软件介绍

VCR.py 可自动化的模拟你的 HTTP 交互来简化和加速测试。VCR.py 是 Ruby 版本的 VCR 的 Python 移植版本。

使用方法:

import vcr
import urllib2

with vcr.use_cassette('fixtures/vcr_cassettes/synopsis.yaml'):
    response = urllib2.urlopen('http://www.iana.org/domains/reserved').read()
    assert 'Example domains' in response

本文地址:https://codercto.com/soft/d/19599.html

Spring

Spring

Bruce Tate、Justin Gehtland / O'Reilly Media, Inc. / 2005-04-12 / USD 29.95

Since development first began on Spring in 2003, there's been a constant buzz about it in Java development publications and corporate IT departments. The reason is clear: Spring is a lightweight Java......一起来看看 《Spring》 这本书的介绍吧!

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具