Alessio Treglia
0de4bec862
Replace defer with t.Cleanup(). Replace the combination of ioutil.TempDir, error checking and defer os.RemoveAll() with Go testing.T's new TempDir() helper. Mark auxiliary functions as test helpers. |
4 years ago | |
---|---|---|
.. | ||
testdata | p2p: Add test vectors for deriving secrets (#2120) | 7 years ago |
conn_go110.go | p2p: tmconn->conn and types->p2p | 7 years ago |
conn_notgo110.go | p2p: tmconn->conn and types->p2p | 7 years ago |
connection.go | p2p: reduce log severity (#5338) | 4 years ago |
connection_test.go | use Cleanup(),TempDir() in test cases (#5723) | 4 years ago |
evil_secret_connection_test.go | proto: folder structure adhere to buf (#5025) | 5 years ago |
secret_connection.go | crypto: API modifications (#5236) | 4 years ago |
secret_connection_test.go | use Cleanup(),TempDir() in test cases (#5723) | 4 years ago |