neoneo-go/cli/smartcontract
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
..
testdata cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
contract_test.go cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
generate.go cli: check manifest for validness if it's got from user input 2022-08-22 14:59:34 +03:00
generate_test.go cli: check manifest for validness if it's got from user input 2022-08-22 14:59:34 +03:00
manifest.go *: always close the wallet after use 2022-09-02 14:44:32 +03:00
permission.go gomod: upgrade yaml package from v2 to v3 2022-05-30 15:26:17 +03:00
smart_contract.go cli: add historic abilities for all invoking commands 2022-09-08 19:20:18 +03:00
smart_contract_test.go gomod: upgrade yaml package from v2 to v3 2022-05-30 15:26:17 +03:00