(t *testing.T)
| 10 | ) |
| 11 | |
| 12 | func TestPostgreSQL(t *testing.T) { |
| 13 | db := testdb.PostgreSQLDB() |
| 14 | ta := TestAccessor{ |
| 15 | Accessor: NewAccessor(db), |
| 16 | DB: db, |
| 17 | } |
| 18 | testEverything(ta, t) |
| 19 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…