Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
Bats 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Aug 13, 2014
1 parent d6d185a commit 7b032e4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,21 @@ on the wiki.

## Version history

*0.4.0* (August 13, 2014)

* Improved the display of failing test cases. Bats now shows the
source code of failing test lines, along with full stack traces
including function names, filenames, and line numbers.
* Improved the display of the pretty-printed test summary line to
include the number of skipped tests, if any.
* Improved the speed of the preprocessor, dramatically shortening test
and suite startup times.
* Added support for absolute pathnames to the `load` helper.
* Added support for single-line `@test` definitions.
* Added bats(1) and bats(7) manual pages.
* Modified the `bats` command to default to TAP output when the `$CI`
variable is set, to better support environments such as Travis CI.

*0.3.1* (October 28, 2013)

* Fixed an incompatibility with the pretty formatter in certain
Expand Down
2 changes: 1 addition & 1 deletion libexec/bats
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

version() {
echo "Bats 0.3.1"
echo "Bats 0.4.0"
}

usage() {
Expand Down

0 comments on commit 7b032e4

Please sign in to comment.