Skip to content

Commit

Permalink
multi: Updating readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusd committed Nov 16, 2022
1 parent 8af2c42 commit 6efe244
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

1 change: 0 additions & 1 deletion dcrdtest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ systems/integration tests.

## License


Package dcrdtest is licensed under the [copyfree](http://copyfree.org) ISC
License.

0 comments on commit 6efe244

Please sign in to comment.