zoukankan      html  css  js  c++  java
  • 菜鸡互啄队

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

  • 相关阅读:
    nth-of-type()的用法
    H5禁止底部横向滚动条,使一个元素居中
    CRM项目-1模型与站点管理
    django-debug-toolbar
    python发送邮件
    os 模块
    Django(三) ORM操作
    Django框架初识
    JS 正则表达式
    前端-高潮 jQuery
  • 原文地址:https://www.cnblogs.com/tworld/p/9942563.html
Copyright © 2011-2022 走看看