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

https://github.com/grailbio/testutil

Testing libraries
https://github.com/grailbio/testutil

golang testing testing-framework

Last synced: about 1 year ago
JSON representation

Testing libraries

Awesome Lists containing this project

README

          

[![CI](https://github.com/grailbio/testutil/workflows/CI/badge.svg)](https://github.com/grailbio/testutil/actions?query=workflow%3ACI)

This repository contains test utilities used by grailbio.

- [s3test](https://godoc.org/github.com/grailbio/testutil/s3test): In-memory s3iface.S3API implementation.
- [assert](https://godoc.org/github.com/grailbio/testutil/assert): gtest/gmock-style test helper.
- [expect](https://godoc.org/github.com/grailbio/testutil/expect): gtest/gmock-style test helper.
- [h](https://godoc.org/github.com/grailbio/testutil/h): gmock-style test helper.