goconvey icon indicating copy to clipboard operation
goconvey copied to clipboard

Panic on Running Tests

Open jpoles1 opened this issue 7 years ago • 1 comments

Tests do not run when application is initialized. The following panic occurs when the "run tests" button is pressed:

panic: runtime error: index out of range goroutine 18 [running]: main.extractRoot(...) /go/src/github.com/smartystreets/goconvey/goconvey.go:136 main.runTestOnUpdates(0xc4201120c0, 0x997e00, 0xc420108100, 0x99b0c0, 0xc420108140) /go/src/github.com/smartystreets/goconvey/goconvey.go:121 +0x181 created by main.main /go/src/github.com/smartystreets/goconvey/goconvey.go:80 +0x616

jpoles1 avatar Feb 18 '18 00:02 jpoles1

I have the same issue...with the same error message that has nothing to do with my tests.

ciokan avatar Aug 22 '18 22:08 ciokan