-
测试环境
- 开通七牛开发者帐号
- 登录七牛开发者自助平台,查看 Access Key 和 Secret Key 。
- 在开发者后台新建一个空间
然后将在
test-env.sh
中填入相关信息。 -
需安装nosetests测试工具。
运行测试:
source test-env.sh
nosetests
- Fork
- 创建您的特性分支 (
git checkout -b my-new-feature
) - 提交您的改动 (
git commit -am 'Added some feature'
) - 将您的修改记录提交到远程
git
仓库 (git push origin my-new-feature
) - 然后到 github 网站的该
git
远程仓库的my-new-feature
分支下发起 Pull Request
Copyright (c) 2013 qiniu.com
基于 MIT 协议发布: