(t *testing.T)
| 15 | } |
| 16 | |
| 17 | func TestModulesReload(t *testing.T) { |
| 18 | integration.TestModulesReload(t, &srv{}) |
| 19 | } |
| 20 | |
| 21 | func TestModulesUnload(t *testing.T) { |
| 22 | integration.TestModulesUnload(t, &srv{}) |
nothing calls this directly
no test coverage detected