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

https://github.com/radekg/app-kit-orytest

ORY components for embedding in tests
https://github.com/radekg/app-kit-orytest

docker dockertest golang-library ory

Last synced: 2 months ago
JSON representation

ORY components for embedding in tests

Awesome Lists containing this project

README

        

# ORY Test Kit

ORY components for embedding in tests. Depends on Docker.

## Usage

Individual packages contain tests showing exact usage patterns for your own tests.

## Run tests

```sh
make test
```

## Coverage report

```sh
make coverage
```

## Create a release

```sh
make release
```