test: add testcontainers (#1217)

Co-authored-by: liuyuecai <liuyuecai@360.cn>
This commit is contained in:
JayLiu
2024-04-02 00:52:57 +08:00
committed by GitHub
parent 7d45926687
commit d203033e13
14 changed files with 358 additions and 59 deletions

View File

@@ -4,9 +4,10 @@ import (
"context"
"encoding/json"
"fmt"
"scroll-tech/common/types/encoding"
"time"
"scroll-tech/common/types/encoding"
"github.com/scroll-tech/go-ethereum/log"
"gorm.io/gorm"
)