cosmos-sdk/x/gov/client/cli
Alessio Treglia f51f5e6784
testutil: new TempFile function, simplify WriteToNewTempFile (#8123)
Files returned by WriteToNewTempFile are cleaned up
automatically at the end of a test case execution.
WriteToNewTempFile now relies on the TB.TempDir()
function provided by the testing std package.

TempFile returns a temporary file that can be used
within a test case and is automatically removed
at the end of the test execution.
2020-12-09 18:27:20 +00:00
..
cli_test.go use *testing.T.TempDir() in tests (#7346) 2020-09-18 17:56:27 +01:00
parse_test.go testutil: new TempFile function, simplify WriteToNewTempFile (#8123) 2020-12-09 18:27:20 +00:00
parse.go CLI/Tests: Remove Fixtures (#6799) 2020-07-21 13:54:07 +00:00
query.go Robert/api clientctx (#8107) 2020-12-08 20:17:40 +00:00
tx.go cli: convert coins to smallest unit registered (#7777) 2020-11-16 11:34:54 +00:00