mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 03:32:27 +01:00
Bats 0.2.0
This commit is contained in:
parent
d5d57bda5f
commit
5030f53ecc
|
@ -156,6 +156,15 @@ examples.
|
|||
|
||||
### Version history
|
||||
|
||||
*0.2.0* (November 16, 2012)
|
||||
|
||||
* Added test suite support. The `bats` command accepts a directory
|
||||
name containing multiple test files to be run in aggregate.
|
||||
* Added the ability to count the number of test cases in a file or
|
||||
suite by passing the `-c` flag to `bats`.
|
||||
* Preprocessed sources are cached between test case runs in the same
|
||||
file for better performance.
|
||||
|
||||
*0.1.0* (December 30, 2011)
|
||||
|
||||
* Initial public release.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
set -e
|
||||
|
||||
version() {
|
||||
echo "Bats 0.1.0"
|
||||
echo "Bats 0.2.0"
|
||||
}
|
||||
|
||||
resolve_link() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user