
botoo
命名秘籍:naming-cheatsheet <转>
6
Naming cheatsheet English language Naming convention S-I-D Avoid contractions Avoid context duplication Reflect the expected result Naming functions
使用pook模拟 HTTP 请求结果的库
11
pook官方文档 安装 pip install pook Getting started 通过使用@pook.on装饰器的方式: import pook import requests @pook.on def test_my_api(): mock = pook.get('http://
PyG2Plot——统计图表库
9
安装 $ pip install pyg2plot 使用 from pyg2plot import Plot data = [ { "type": "分类一", "value": 27 }, { "type": "分类二", "value": 25 }, { "type": "分类三
App电量分析测试
25
Batterystats 是包含在 Android 框架中的一种工具,用于收集设备上的电池数据。您可以使用 adb 将收集的电池数据转储到开发计算机,并创建一份可使用 Battery Historian 分析的报告。Battery Historian 会将报告从 Batterystats 转换为可在