]> Sergey Matveev's repositories - btrtrc.git/commit
Use testing.T.Name instead of missinggo.GetTestName
authorMatt Joiner <anacrolix@gmail.com>
Fri, 9 Oct 2020 23:59:17 +0000 (10:59 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Fri, 9 Oct 2020 23:59:17 +0000 (10:59 +1100)
commit3d7a95a65dd2663a23fda0910a31b7838096aa2f
tree78e687fd579a58c1d55c428c0b2a74feee6525d2
parenta9102abf1d453a78e0e3dbbcc0cbb2d48cdb9ff6
Use testing.T.Name instead of missinggo.GetTestName

This handles subtests correctly, and removes the need to specify when to export due to collisions with the old function.
client_test.go
fs/torrentfs_test.go
internal/testutil/status_writer.go
test/issue377_test.go
test/transfer_test.go