erigon-pulse/internal
Felix Lange 6dee5bbdb5 cmd/devp2p, internal/utesting: implement TAP output (#21760)
TAP is a text format for test results. Parsers for it are available in many languages,
making it easy to consume. I want TAP output from our protocol tests because the
Hive wrapper around them needs to know about the test names and their individual
results and logs. It would also be possible to just write this info as JSON, but I don't
want to invent a new format.

This also improves the normal console output for tests (when running without --tap).
It now prints -- RUN lines before any output from the test, and indents the log output
by one space.
# Conflicts:
#	cmd/devp2p/discv4cmd.go
#	cmd/devp2p/discv5cmd.go
#	cmd/devp2p/rlpxcmd.go
2020-12-03 18:59:17 +01:00
..
build build/ci: handle split up listing (#21293) 2020-08-07 12:35:14 +02:00
cmdtest all: fix typos in comments (#21118) 2020-06-15 19:38:13 +03:00
debug cmd/bootnode,internal/debug: fix some comments (#21623) 2020-10-26 17:16:00 +01:00
ethapi common: remove ToHex and ToHexArray (#21610) 2020-12-03 18:59:17 +01:00
flags geth 1.9.18 post-rebase fixups 2020-08-08 17:33:35 +02:00
guide Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
jsre all: fix typos in comments (#21118) 2020-06-15 19:38:13 +03:00
testlog internal/testlog: print file+line number of log call in test log (#20528) 2020-01-30 13:36:30 +02:00
utesting cmd/devp2p, internal/utesting: implement TAP output (#21760) 2020-12-03 18:59:17 +01:00
web3ext internal/web3ext: improve some web3 apis (#21639) 2020-10-26 17:16:00 +01:00