neo-go/cli/wallet
Roman Khimov 29e858df66 cli: move nep11/nep17 tests into a package of their own
The tests are still there, coverage should counted fine, but it improves things:

?       github.com/nspcc-dev/neo-go/cli [no test files]
ok      github.com/nspcc-dev/neo-go/cli/app     0.058s  coverage: 100.0% of statements
ok      github.com/nspcc-dev/neo-go/cli/cmdargs 0.005s  coverage: 60.8% of statements
ok      github.com/nspcc-dev/neo-go/cli/flags   0.027s  coverage: 97.7% of statements
?       github.com/nspcc-dev/neo-go/cli/input   [no test files]
ok      github.com/nspcc-dev/neo-go/cli/nep_test        30.443s coverage: [no statements]
ok      github.com/nspcc-dev/neo-go/cli/options 0.054s  coverage: 50.0% of statements
?       github.com/nspcc-dev/neo-go/cli/paramcontext    [no test files]
ok      github.com/nspcc-dev/neo-go/cli/query   2.089s  coverage: 45.3% of statements
ok      github.com/nspcc-dev/neo-go/cli/server  1.510s  coverage: 67.8% of statements
ok      github.com/nspcc-dev/neo-go/cli/smartcontract   8.433s  coverage: 94.3% of statements
ok      github.com/nspcc-dev/neo-go/cli/util    0.013s  coverage: 10.9% of statements
?       github.com/nspcc-dev/neo-go/cli/vm      [no test files]
ok      github.com/nspcc-dev/neo-go/cli/wallet  47.252s coverage: 63.0% of statements
2022-10-06 09:21:26 +03:00
..
testdata cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
candidate_test.go cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
legacy.go cli: allow to specify wallet via configuration file 2022-07-04 12:57:47 +03:00
legacy_test.go slice: introduce common Copy helper 2021-07-19 22:57:55 +03:00
multisig.go *: always close the wallet after use 2022-09-02 14:44:32 +03:00
multisig_test.go cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
nep11.go cli: add historic abilities for all invoking commands 2022-09-08 19:20:18 +03:00
nep17.go *: always close the wallet after use 2022-09-02 14:44:32 +03:00
validator.go *: always close the wallet after use 2022-09-02 14:44:32 +03:00
wallet.go golangci: enable errorlint and fix everything it found 2022-09-02 18:36:23 +03:00
wallet_test.go cli: move nep11/nep17 tests into a package of their own 2022-10-06 09:21:26 +03:00