(t *testing.T)
| 19 | } |
| 20 | |
| 21 | func TestModulesUnload(t *testing.T) { |
| 22 | integration.TestModulesUnload(t, &srv{}) |
| 23 | } |
| 24 | |
| 25 | func TestModulesList(t *testing.T) { |
| 26 | integration.TestModulesList(t, &srv{}) |
nothing calls this directly
no test coverage detected