(t *testing.T)
| 248 | } |
| 249 | |
| 250 | func TestZeroGodStartStop(t *testing.T) { |
| 251 | sess := createMockSession() |
| 252 | _ = NewZeroGod(sess) |
| 253 | |
| 254 | // Skip this test as it requires mocking private methods |
| 255 | t.Skip("Skipping test that requires mocking private methods") |
| 256 | } |
| 257 | |
| 258 | func TestZeroGodShow(t *testing.T) { |
| 259 | sess := createMockSession() |
nothing calls this directly
no test coverage detected