(t *testing.T)
| 11 | } |
| 12 | |
| 13 | func TestModulesLoad(t *testing.T) { |
| 14 | integration.TestModulesLoad(t, &srv{}) |
| 15 | } |
| 16 | |
| 17 | func TestModulesReload(t *testing.T) { |
| 18 | integration.TestModulesReload(t, &srv{}) |
nothing calls this directly
no test coverage detected