neoneo-go/cli
Roman Khimov 1ac60ada19 cli: move tests to subpackages
Refs. #2379, but not completely solves it, one package seriously outweights
others:

?       github.com/nspcc-dev/neo-go/cli [no test files]
ok      github.com/nspcc-dev/neo-go/cli/app     0.036s  coverage: 100.0% of statements
ok      github.com/nspcc-dev/neo-go/cli/cmdargs 0.011s  coverage: 60.8% of statements
ok      github.com/nspcc-dev/neo-go/cli/flags   0.009s  coverage: 97.7% of statements
?       github.com/nspcc-dev/neo-go/cli/input   [no test files]
ok      github.com/nspcc-dev/neo-go/cli/options 0.033s  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.155s  coverage: 45.3% of statements
ok      github.com/nspcc-dev/neo-go/cli/server  1.373s  coverage: 67.8% of statements
ok      github.com/nspcc-dev/neo-go/cli/smartcontract   8.819s  coverage: 94.3% of statements
ok      github.com/nspcc-dev/neo-go/cli/util    0.006s  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  72.103s coverage: 88.2% of statements

Still a nice thing to have.
2022-10-06 09:21:26 +03:00
..
app cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
cmdargs wallet: add ScriptHash() to Account 2022-09-02 14:43:34 +03:00
flags [#2442] English Check 2022-05-04 19:48:27 +03:00
input *: bump minimum supported go version 2022-08-08 13:59:32 +03:00
options cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
paramcontext context: define a constant for transaction context type 2022-09-08 14:33:04 +03:00
query cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
server cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
smartcontract cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
testdata cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
util cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
vm cli: add excessive arguments checks 2022-08-05 15:50:12 +03:00
wallet cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
.gitignore Better error messages (#24) 2018-02-24 10:10:45 +01:00
main.go cli: move tests to subpackages 2022-10-06 09:21:26 +03:00