(sectionTitle string)
| 52 | } |
| 53 | |
| 54 | func errInvalidURL(sectionTitle string) error { |
| 55 | return fmt.Errorf("**%s** is an invalid URL", sectionTitle) |
| 56 | } |
| 57 | |
| 58 | func TestApplication_Parse(t *testing.T) { |
| 59 | cleanup, err := setupTestDir("../") |
no outgoing calls
no test coverage detected