Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
satyamsi authored Nov 9, 2022
1 parent cb1dd13 commit ed25683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit ed25683

Please sign in to comment.