kubo/test/cli/harness
Gus Eggert f4d361dd4e
test: fix autoclient flakiness (#9769)
The test trims all whitespace bytes from the output of 'ipfs cat' but
if the random bytes end in a whitespace char then it trims that too,
resulting in random test failure.

Instead this updates the test harness to only trim a single trailing
newline char, so that it doesn't end up chomping legitimate output.
2023-03-29 11:56:25 -04:00
..
buffer.go test: fix autoclient flakiness (#9769) 2023-03-29 11:56:25 -04:00
harness.go test: port peering test from sharness to Go 2023-03-13 10:54:53 -04:00
http_client.go test: port gateway sharness tests to Go tests 2023-01-17 21:27:54 +01:00
ipfs.go feat: add basic CLI tests using Go Test 2022-12-12 09:43:09 -05:00
log.go test: port peering test from sharness to Go 2023-03-13 10:54:53 -04:00
node.go test: port peering test from sharness to Go 2023-03-13 10:54:53 -04:00
nodes.go test: port peering test from sharness to Go 2023-03-13 10:54:53 -04:00
run.go test: port legacy DHT tests to Go 2023-03-09 08:18:14 -05:00