add fail-test file instead of dep, closes #2638 (#2728)

original author of this file is @ebuchman:

https://github.com/ebuchman/fail-test
This commit is contained in:
Zach
2018-10-30 10:34:51 -04:00
committed by Ethan Buchman
parent b24de1c01c
commit cdc252b818
5 changed files with 80 additions and 14 deletions

View File

@ -4,9 +4,9 @@ import (
"fmt"
"time"
"github.com/ebuchman/fail-test"
abci "github.com/tendermint/tendermint/abci/types"
dbm "github.com/tendermint/tendermint/libs/db"
"github.com/tendermint/tendermint/libs/fail"
"github.com/tendermint/tendermint/libs/log"
"github.com/tendermint/tendermint/mempool"
"github.com/tendermint/tendermint/proxy"