You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's very inconvenient requirement - add import _ "github.com/smartystreets/goconvey/convey" (for no reason) in each package which wanna get nice diff in goconvey's web UI for usual, non-Convey() tests (supposing this package implements goconvey-compatible JSON output).
Env var is much more simple and clean way to switch on feature which may not exists in executed binary, there is no reason to use flags for everything (especially at cost of needs to parse imports from source).
The text was updated successfully, but these errors were encountered:
…and stop parsing source for
goconveyDSLImport
, please: https://github.com/smartystreets/goconvey/blob/master/web/server/system/shell.go#L171It's very inconvenient requirement - add
import _ "github.com/smartystreets/goconvey/convey"
(for no reason) in each package which wanna get nice diff in goconvey's web UI for usual, non-Convey() tests (supposing this package implements goconvey-compatible JSON output).Env var is much more simple and clean way to switch on feature which may not exists in executed binary, there is no reason to use flags for everything (especially at cost of needs to parse imports from source).
The text was updated successfully, but these errors were encountered: