neo-go/pkg
Roman Khimov 094c8474b7 compiler: move tests from vm/tests
These don't belong to VM as they compile some Go code and run it in a VM. One
may call them integration tests, but I prefer to attribute them to
compiler. Moving these tests into pkg/compiler also allows to properly count
the compiler coverage they add:

-ok     github.com/CityOfZion/neo-go/pkg/compiler       (cached)        coverage: 69.7% of statements
+ok     github.com/CityOfZion/neo-go/pkg/compiler       (cached)        coverage: 84.2% of statements

This change also fixes `contant` typo and removes fake packages exposed to the
public by moving foo/bar/foobar into the testdata directory.
2019-12-23 17:05:34 +03:00
..
compiler compiler: move tests from vm/tests 2019-12-23 17:05:34 +03:00
consensus consensus: fix payload sign test 2019-12-13 12:09:51 +03:00
core core: add negative non-interop test for all interops 2019-12-23 16:14:43 +03:00
crypto io: rename Read/WriteBytes to Read/WriteB 2019-12-12 20:19:50 +03:00
internal internal: moved testutil method to internal package 2019-12-11 13:14:43 +03:00
interop fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
io io: remove ReadLE/BE and WriteLE/BE 2019-12-13 11:38:28 +03:00
network *: goimports 2019-12-17 14:51:28 +03:00
rpc *: goimports 2019-12-17 14:51:28 +03:00
smartcontract io: rename Read/WriteBytes to Read/WriteB 2019-12-12 20:19:50 +03:00
util io: add type-specific read/write methods 2019-12-12 20:19:50 +03:00
vm compiler: move tests from vm/tests 2019-12-23 17:05:34 +03:00
wallet crypto: add invalid testcase 2019-11-29 11:03:03 +03:00