Skip to content

Latest commit

 

History

History
 
 

btcrelay

This is legacy. Get btcrelay from https://github.com/ethereum/btcrelay

Requirements

Running tests

Exclude slow tests:

py.test test/ -s -m "not slow"

Run slow tests without veryslow tests

py.test test/ -s -m "slow and not veryslow"

All tests:

py.test test/ -s