(t *testing.T)
| 87 | } |
| 88 | |
| 89 | func TestJSONFields(t *testing.T) { |
| 90 | jsonfieldstest.ExpectCommandToSupportJSONFields(t, NewCmdStatus, []string{ |
| 91 | "hosts", |
| 92 | }) |
| 93 | } |
| 94 | |
| 95 | func Test_statusRun(t *testing.T) { |
| 96 | tests := []struct { |
nothing calls this directly
no test coverage detected