Bats: Bash Automated Testing System

Bash 自动化测试系统。(Bash Automated Testing System)

  • 所有者: sstephenson/bats
  • 平台: BSD, Linux, Mac, Solaris, Unix-like
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Bats: Bash Automated Testing System

Bats is a TAP-compliant testing framework
for Bash. It provides a simple way to verify that the UNIX programs
you write behave as expected.

A Bats test file is a Bash script with special syntax for defining
test cases. Under the hood, each test case is just a function with a
description.

#!/usr/bin/env bats

@test "addition using bc" {
  result="$(echo 2+2

主要指标

概览
名称与所有者sstephenson/bats
主编程语言Shell
编程语言Shell (语言数: 1)
平台BSD, Linux, Mac, Solaris, Unix-like
许可证MIT License
所有者活动
创建于2011-12-28 18:40:33
推送于2019-09-27 17:21:43
最后一次提交2016-02-19 12:28:02
发布数5
最新版本名称v0.4.0 (发布于 )
第一版名称v0.1.0 (发布于 )
用户参与
星数7.1k
关注者数178
派生数517
提交数113
已启用问题?
问题数171
打开的问题数91
拉请求数18
打开的拉请求数44
关闭的拉请求数43
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?