neo-go icon indicating copy to clipboard operation
neo-go copied to clipboard

Create tests for thin interop wrappers using neotest framework

Open AnnaShaleva opened this issue 3 years ago • 1 comments

It's not a priority, but our user-facing interop API located at pkg/interop may be be tested with neotest framework like it is done for address.ToHash160 and address.FromHash160, it may help to catch a compiler/interop bug. See https://github.com/nspcc-dev/neo-go/pull/2702#discussion_r975579336.

AnnaShaleva avatar Sep 21 '22 07:09 AnnaShaleva

And we need to move these tests out of the pkg/complier.

roman-khimov avatar Sep 21 '22 07:09 roman-khimov