Xc130d210
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
-
-
Xc130d210 created a post, AnsweredHow to "import" in go files(test data) of go plugin unit test?
I want to write tests for an intention action of my go plugin. The action will first check the expression of a call whether `pkg/errors.Wrapf`, but in my unit test, the `errors.Wrapf` never resolve... -
Xc130d210 commented, -
-
Xc130d210 created a post, AnsweredIntellij can't resolve dependencies in Gradle with not default buildFile
build.gradle use loop to create tasks: versions.each { shortVer, cfg -> task "build_${shortVer}"(type: GradleBuild) { tasks = ["buildPluginWithBunch", "test"] buildFile = 'buil...