neo-go/cli/vm
Anna Shaleva f8f8d5effe cli: split TestLoad into multiple parts
Problem: failing part of TestLoad:
```
=== RUN   TestLoad/loadgo,_check_signers
    cli_test.go:160:
        	Error Trace:	/home/circleci/go/src/github.com/nspcc-dev/neo-go/cli/vm/cli_test.go:160
        	            				/home/circleci/go/src/github.com/nspcc-dev/neo-go/cli/vm/cli_test.go:147
        	            				/home/circleci/go/src/github.com/nspcc-dev/neo-go/cli/vm/cli_test.go:444
        	Error:      	command took too long time
        	Test:       	TestLoad/loadgo,_check_signers
```
Solution: split the test into multiple parts to reduce test execution time.
2022-11-17 16:23:33 +03:00
..
cli.go cli: unify documentation of VM CLI commands 2022-10-13 16:07:34 +03:00
cli_test.go cli: split TestLoad into multiple parts 2022-11-17 16:23:33 +03:00
vm.go vm: allow to provide state for VM CLI 2022-10-07 15:56:34 +03:00