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
- Host: GitHub
- URL: https://github.com/grailbio/testutil
- Owner: grailbio
- License: apache-2.0
- Created: 2018-05-09T18:43:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T15:25:35.000Z (over 3 years ago)
- Last Synced: 2025-06-02T06:21:20.223Z (about 1 year ago)
- Topics: golang, testing, testing-framework
- Language: Go
- Size: 561 KB
- Stars: 1
- Watchers: 14
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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.