You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,9 @@
8
8
9
9
[][gitter]
10
10
11
-
Bats is a [TAP](https://testanything.org/)-compliant testing framework for Bash. It provides a simple
12
-
way to verify that the UNIX programs you write behave as expected.
11
+
Bats is a [TAP](https://testanything.org/)-compliant testing framework for Bash
12
+
3.2 or above. It provides a simple way to verify that the UNIX programs you
13
+
write behave as expected.
13
14
14
15
A Bats test file is a Bash script with special syntax for defining test cases.
15
16
Under the hood, each test case is just a function with a description.
0 commit comments