From 6efe24456f1b35cb7d18fc5188cba4ffa3d10d47 Mon Sep 17 00:00:00 2001 From: Matheus Degiovani Date: Wed, 16 Nov 2022 17:00:39 -0300 Subject: [PATCH] multi: Updating readmes --- README.md | 15 ++++++++++++++- dcrdtest/README.md | 1 - 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec22da0..1860e6b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,20 @@ # Decred Binary Test Modules +[![Build Status](https://github.com/decred/dcrtest/workflows/Build%20and%20Test/badge.svg)](https://github.com/decred/dcrtest/actions) +[![ISC License](https://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) +[![Doc](https://img.shields.io/badge/doc-reference-blue.svg)](https://pkg.go.dev/github.com/decred/dcrtest) + + This repository contains Go modules to write automated test scenarios involving binaries for the [Decred](https://github.com/decred) project. -This is a work in progress repository. +The following sub-modules are currently provided: + + - [`dcrdtest`](./dcrdtest): Provides testing facilities to use + [`dcrd`](https://github.com/decred/dcrd) binaries in a simnet network. + +## License + +Package dcrtest is licensed under the [copyfree](http://copyfree.org) ISC +License. diff --git a/dcrdtest/README.md b/dcrdtest/README.md index 8e82cac..29ea12a 100644 --- a/dcrdtest/README.md +++ b/dcrdtest/README.md @@ -22,7 +22,6 @@ systems/integration tests. ## License - Package dcrdtest is licensed under the [copyfree](http://copyfree.org) ISC License.