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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?