BATS has been superceeded by the internal BTS testing infrastructure

This commit is contained in:
Sameer Naik 2017-02-03 16:34:58 +05:30
parent b41dae4df4
commit 3e6a25d54b
1 changed files with 0 additions and 8 deletions

View File

@ -263,14 +263,6 @@ or using Docker Compose:
docker-compose start node
```
# Testing
This image is tested for expected runtime behavior, using the [Bats](https://github.com/sstephenson/bats) testing framework. You can run the tests on your machine using the `bats` command.
```bash
bats test.sh
```
# Notable Changes
## 6.2.0-r0 (2016-05-11)