Isolates testify to one file, so that it is easier to remove (#460)

This starts the process of removing all dependencies from wazero, by
isolating all assertions we use into a single file. This allows us to
port those assertions as we have time, and when twitchy is gone, the
project literally has no dependencies except go!

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Crypt Keeper
2022-04-14 10:05:38 +08:00
committed by GitHub
parent dbf089b897
commit ce1052a097
77 changed files with 252 additions and 167 deletions

View File

@@ -7,8 +7,7 @@ import (
"testing"
"testing/fstest"
"github.com/stretchr/testify/require"
"github.com/tetratelabs/wazero/internal/testing/require"
"github.com/tetratelabs/wazero/internal/wasm"
)