(port int)
| 257 | } |
| 258 | |
| 259 | func testSourceURL(port int) string { |
| 260 | return fmt.Sprintf("http://%s/", net.JoinHostPort(testSourceAddress, strconv.Itoa(port))) |
| 261 | } |
| 262 | |
| 263 | // solutionFilename returns the name of the solution file for the test |
| 264 | func solutionFilename(source string, f *testFlags) string { |
no outgoing calls
no test coverage detected
searching dependent graphs…