You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In branch c11_consensus, while running tests according to the book go test -timeout=0 -count=1 ./node -test.v -test.run ^TestNode_Run$, testing returns error:
testing: warning: no tests to run
PASS
ok github.com/web3coach/the-blockchain-bar/node 0.003s [no tests to run]
I have installed tbb with usual go install ./cmd/..., it works.
How do I launch tests?
The text was updated successfully, but these errors were encountered:
I'm also on linux.
Global go test ./... works fine, but function testing with ^TestMine$, ^TestNode$ fail.
I undestand that the problem is not in your code, but it is still a mystery.
GO variables are set just fine.
In branch c11_consensus, while running tests according to the book
go test -timeout=0 -count=1 ./node -test.v -test.run ^TestNode_Run$
, testing returns error:I have installed tbb with usual
go install ./cmd/...
, it works.How do I launch tests?
The text was updated successfully, but these errors were encountered: