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

https://github.com/xmidt-org/idock

A support library that provides integration testing tooling.
https://github.com/xmidt-org/idock

Last synced: 11 days ago
JSON representation

A support library that provides integration testing tooling.

Awesome Lists containing this project

README

        

# idock

A support library that provides integration testing tooling.

[![Build Status](https://github.com/xmidt-org/idock/actions/workflows/ci.yml/badge.svg)](https://github.com/xmidt-org/idock/actions/workflows/ci.yml)
[![codecov.io](http://codecov.io/github/xmidt-org/idock/coverage.svg?branch=main)](http://codecov.io/github/xmidt-org/idock?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/xmidt-org/idock)](https://goreportcard.com/report/github.com/xmidt-org/idock)
[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/xmidt-org/idock/blob/main/LICENSE)
[![Release](https://img.shields.io/github/v/release/xmidt-org/idock)](https://github.com/xmidt-org/idock/releases/latest)
[![GoDoc](https://pkg.go.dev/badge/github.com/xmidt-org/idock)](https://pkg.go.dev/github.com/xmidt-org/idock)

## Table of Contents

- [Code of Conduct](#code-of-conduct)
- [Examples](#examples)
- [Contributing](#contributing)

## Code of Conduct

This project and everyone participating in it are governed by the [XMiDT Code Of Conduct](https://xmidt.io/code_of_conduct/).
By participating, you agree to this Code.

## Examples

Coming soon.

## Contributing

Refer to [CONTRIBUTING.md](CONTRIBUTING.md).