Skip to content

Commit fb6666e

Browse files
committed
Add acknowledgements mention
1 parent 7aea935 commit fb6666e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# tstr: your ultimate testing library
44

5-
tstr is testing library allows you to write integration and black-box tests like normal unit tests in Go.
5+
tstr allows you to write application, integration and black-box tests like normal unit tests in Go.
66

7-
You can declare the test dependencies like:
7+
With tstr you can easily declare the test dependencies like:
88

99
- compose files
1010
- single containers
@@ -201,3 +201,7 @@ func (c *Custom) Ready() error { return nil }
201201

202202
func (c *Custom) Stop() error { return nil }
203203
```
204+
205+
## Acknowledgements
206+
207+
This library is based on the work originally done as part of (https://github.com/elisasre/go-common)[https://github.com/elisasre/go-common] and was extracted to it's own repo to be more approachable by users.

0 commit comments

Comments
 (0)