Prepare migrating testing auxiliary functions from tests to testutil. Remove local duplicates on testutil.WriteToNewTempFile(). Always favor testutil.NewTestCaseDir() over ioutil.TempDir(). Add test cases for the testing auxiliary functions.
7 lines
187 B
Go
7 lines
187 B
Go
package testutil
|
|
|
|
const (
|
|
// Tests expect a ledger device initialized to the following mnemonic
|
|
TestMnemonic = "equip will roof matter pink blind book anxiety banner elbow sun young"
|
|
)
|