Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paloaltonetworks/barrier
Golang Integration Tests Library
https://github.com/paloaltonetworks/barrier
bahamut convey elemental go golang gotest integration prisma-cloud test
Last synced: 8 days ago
JSON representation
Golang Integration Tests Library
- Host: GitHub
- URL: https://github.com/paloaltonetworks/barrier
- Owner: PaloAltoNetworks
- License: apache-2.0
- Created: 2022-11-08T19:29:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T17:49:51.000Z (5 months ago)
- Last Synced: 2024-06-20T12:50:03.314Z (5 months ago)
- Topics: bahamut, convey, elemental, go, golang, gotest, integration, prisma-cloud, test
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 7
- Watchers: 13
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Support: SUPPORT.md
Awesome Lists containing this project
README
# barrier
`barrier` is a Golang based test runner library that allows to create integration tests easily.
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.
Look at `examples`