Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dapphub/dapple-quicktest
Blazingly fast EVM test runner
https://github.com/dapphub/dapple-quicktest
Last synced: 12 days ago
JSON representation
Blazingly fast EVM test runner
- Host: GitHub
- URL: https://github.com/dapphub/dapple-quicktest
- Owner: dapphub
- Created: 2016-12-07T22:06:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T19:58:35.000Z (over 7 years ago)
- Last Synced: 2024-08-02T05:13:21.810Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 6
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-blazingly-fast - dapple-quicktest - Blazingly fast EVM test runner (JavaScript)
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-quicktestSEE ALSO
dapple(1), ethrun(1)DAPPLE-QUICKTEST(1) December 2016 DAPPLE-QUICKTEST(1)