From ed2568317146231c321f260323b66414a6ff079f Mon Sep 17 00:00:00 2001 From: Satyam Sinha Date: Wed, 9 Nov 2022 08:51:02 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1cbf4e..362b8d9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # barrier -`barrier` is a test runner library that allows to create integration tests easily. +`barrier` is a Golang based test runner library that allows to create integration tests easily. -Go inbuilt testing `go test` is great for unit tests but when you need to test a process/micro-service one could benefit from a test runner library like this one. +Go's inbuilt testing `go test` is great for unit tests but when you need to test a process/micro-service one could benefit from a test runner library like this one. This library can be used to create a test cli in a second and let you focus on writing simple tests.