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: 16 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-15T21:04:00.000Z (about 1 month ago)
- Last Synced: 2025-04-15T22:19:34.894Z (about 1 month ago)
- Topics: bahamut, convey, elemental, go, golang, gotest, integration, prisma-cloud, test
- Language: Go
- Homepage:
- Size: 53.7 KB
- Stars: 8
- Watchers: 13
- Forks: 3
- Open Issues: 5
-
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`