• 菜鸡互啄队


    一、修复的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

  • 相关阅读:
    PAT Basic 1001
    PAT基础6-11
    PAT基础6-12
    PAT基础6-10
    修改正在进行遍历的列表
    使用管道和cronolog切割日志
    python logging模块
    python实现广度优先搜索和深度优先搜索
    多继承下的super()指向的不一定是直接父类
    python3 pandas DataFrame常见用法
  • 原文地址:https://www.cnblogs.com/tworld/p/9942563.html
Copyright © 2020-2023  润新知