Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dapphub/dapple-quicktest

Blazingly fast EVM test runner
https://github.com/dapphub/dapple-quicktest

Last synced: about 2 months ago
JSON representation

Blazingly fast EVM test runner

Awesome Lists containing this project

README

        

DAPPLE-QUICKTEST(1) Dapple Subcommands DAPPLE-QUICKTEST(1)

NAME
dapple-quicktest - run Dapple tests quickly using Parity
SYNOPSIS
dapple-quicktest [--skip-build] [-v|--verbose]
dapple-quicktest [...]

DESCRIPTION
Quicktest is an EVM test runner written in JavaScript that rips
through Dapple tests using a Parity-based tool called ethrun(1).

While it's intended to be a drop-in replacement for `dapple test',
it currently only supports a subset of the old functionality.

On the other hand, some new features are now supported instead.

INSTALLATION
Use `make link' to install from source:

git clone https://github.com/nexusdev/dapple-quicktest
make link -C dapple-quicktest

SEE ALSO
dapple(1), ethrun(1)

DAPPLE-QUICKTEST(1) December 2016 DAPPLE-QUICKTEST(1)