菜鸡互啄队 - 测试与发布

一、修复的bug

  • 修复使用commit命令出现的数字长度溢出问题

  • 修复在Windows端的编码问题

二、场景测试

本程序面向软件开发者等使用,只需要有python3的环境就可以运行使用,免去安装的烦恼,更加方便快捷。

三、测试矩阵

测试平台Python版本测试结果
Windows Python3.6 成功
Linux Python3.4 成功

四、出口条件

需要提高容错率,不发现异常的BUG

五、Alpha版本发布说明

1. 程序的功能

  command
  add       Add file contents to the index
  cat-file Display contents of object
  commit   Commit current state of index to master branch
  diff     Show differences of files changed (between index and working
            copy)
  hash-obj Hash contents of given path (and optionally write to object
            store)
  init     Create an empty Pit repository or reinitialize an existing one
  ls-files list files in index
  push     Update remote refs along with associated objects
  status   Show the working tree status

2. 缺陷

因为缺少pull命令,用法不当会引发BUG

3. 运行环境

Windows、Linux

4. 安装

无需安装,只需要Python解析器

5.发布方式和发布地址

github发布,release

发布地址:https://github.com/BigBugWriters/pit.git

posted @ 2018-11-11 16:51  tworld  阅读(134)  评论(0编辑  收藏  举报