(message string)
| 121 | } |
| 122 | |
| 123 | func botMessage(message string) { |
| 124 | if isTesting() { |
| 125 | fmt.Printf("[BOT] %s\n", message) |
| 126 | } |
| 127 | } |
| 128 | |
| 129 | func findTestApplication(testName string) (*TestApplicationSet, error) { |
| 130 | for _, app := range testApplications { |
no test coverage detected