refactor: 重构单元测试中的表和数据的初始化 #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "test/move-init-sql-in-file"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
将表结构和初始数据的SQL放在 *.sql 文件中,使单元测试代码更清晰。