plugins/tests.sh
Star b68fc4d2c1 add testcase
add dao support for db
2024-03-09 13:43:14 +08:00

8 lines
211 B
Bash
Executable File

cd tests
go test -v test.go db_test.go | logv
go test -v test.go redis_test.go | logv
go test -v test.go crypto_test.go | logv
go test -v test.go file_test.go | logv
go test -v test.go http_test.go | logv
cd ..