base_test.go 203 B

1234567891011121314151617181920
  1. package sql
  2. import (
  3. "testing"
  4. )
  5. /*
  6. Create Time:2021/1/15 10:11
  7. Author:王勇攀
  8. */
  9. /*
  10. Description:{
  11. */
  12. func TestInitDb(t *testing.T) {
  13. dbConf := map[string]string{
  14. }
  15. InitDb(dbConf)
  16. }