Add testing section to README

This commit is contained in:
Adnan Abdulhussein
2015-06-19 16:26:44 -07:00
parent 52b0b02c6f
commit cf81c1c28a

View File

@@ -379,6 +379,16 @@ or using Docker Compose:
docker-compose start redis
```
# 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.
```
bats test.sh
```
# Contributing
We'd love for you to contribute to this container. You can request new features by creating an