主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Ferrany1
活动总数
8
最后的活动
2021年03月18日 14:59
成员加入日期
2021年03月17日 18:43
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2021年03月18日 14:59
Maybe this needed to be added into documentation, since for running test properly I'm reading config file for it without using absolute pathSo maybe this needed to be stated on docs page, because i...
社区
GoLand
Using testify for profiling while having SetupSuite
0 票
创建于
2021年03月18日 10:19
Seems like I've managed to fix it, reason was in config as I mentionedSo the difference is in how IDE is running both configs If I run it from top template it will execute in go run subdirBut if I ...
社区
GoLand
Using testify for profiling while having SetupSuite
0 票
创建于
2021年03月18日 10:15
Ok seems like in this way to start it config doesn't read properly That causes error in reading dicts
社区
GoLand
Using testify for profiling while having SetupSuite
0 票
创建于
2021年03月18日 10:07
I even tried this now, still the same error func (t *ServiceTest) SetupSuite() { dictionaries.GDictionaries = new(dictionaries.Dictionaries) t.readConfig() dictionaries.GDictionaries.LoadDict...
社区
GoLand
Using testify for profiling while having SetupSuite
0 票
创建于
2021年03月18日 09:58
But why it works fine while running from configuration?I've tried to change to edit it like so, is it like you mentioned?https://pastebin.com/vDZs2ck4 But unfortunately it still returns the same error
社区
GoLand
Using testify for profiling while having SetupSuite
0 票
创建于
2021年03月18日 08:59
The one that runs for me is there are all builds configurations are made, the one that fails is in near dir on left sideThis is a code example that I run https://pastebin.com/Z33yRtayThis is error ...
社区
GoLand
Using testify for profiling while having SetupSuite
0 票