https://github.com/jfixby/dcrregtest
Decred regression testing
https://github.com/jfixby/dcrregtest
decred regression-testing test
Last synced: 3 months ago
JSON representation
Decred regression testing
- Host: GitHub
- URL: https://github.com/jfixby/dcrregtest
- Owner: JFixby
- License: isc
- Created: 2019-05-30T15:51:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T19:32:14.000Z (over 6 years ago)
- Last Synced: 2024-06-20T08:09:25.865Z (almost 2 years ago)
- Topics: decred, regression-testing, test
- Language: Go
- Homepage:
- Size: 319 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Decred regression testing
=======
[](https://travis-ci.org/jfixby/dcrregtest)
[](http://copyfree.org)
Harbours a pre-configured test setup and unit-tests to run RPC-driven node tests.
Builds a testing harness crafting and executing integration tests by driving a `dcrd` and `dcrwallet` instances via the `RPC` interface.
## Build
```
set GO111MODULE=on
go build ./...
go clean -testcache
go test ./...
```
## Tip
The `master` branch is WIP. Use the latest working build from the travis: [travis-ci.org/jfixby/dcrregtest/builds](https://travis-ci.org/jfixby/dcrregtest/builds)
## License
This code is licensed under the [copyfree](http://copyfree.org) ISC License.