(t *testing.T)
| 13 | } |
| 14 | |
| 15 | func TestEnableDebugMessages(t *testing.T) { |
| 16 | pterm.EnableDebugMessages() |
| 17 | testza.AssertTrue(t, pterm.PrintDebugMessages) |
| 18 | } |
| 19 | |
| 20 | func TestDisableOutput(t *testing.T) { |
| 21 | pterm.DisableOutput() |
nothing calls this directly
no test coverage detected
searching dependent graphs…