Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`