From cf81c1c28ae92f599f216ba1687a07dac101bfcb Mon Sep 17 00:00:00 2001 From: Adnan Abdulhussein Date: Fri, 19 Jun 2015 16:26:44 -0700 Subject: [PATCH] Add testing section to README --- bitnami/redis/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bitnami/redis/README.md b/bitnami/redis/README.md index b9ecefe775a4..48076fa28541 100644 --- a/bitnami/redis/README.md +++ b/bitnami/redis/README.md @@ -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