Replies: 1 comment
-
Maybe xgo can pretend to be a go command. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, thanks for the xgo, it feels like a super-power.
I would like to use it within Ginkgo test suite as Ginkgo provides nice testing syntax and matchers, but I can't set up xgo with it.
For example, I want to convert following go test:
patch_test.go
Run results
to Ginkgo (after bootstrapping):
patch_suite_test.go
patch_test.go
Run results
But as it can be seen that when test run either via
xgo test .
or viaxgo exec ginkgo ./...
, xgo loses its under-the-hood tweaks. I suppose that ginkgo somehow re-executes tests in a new process maybe (didn't dive into ginkgo internals yet)Is there any experience or suggestions about integrating to testing frameworks?
I also opened an issue in ginkgo repository: onsi/ginkgo#1400
Beta Was this translation helpful? Give feedback.
All reactions