Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ferrany1
Total activity
8
Last activity
March 18, 2021 14:59
Member since
March 17, 2021 18:43
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (6)
Sort by votes
Recent activity
Votes
Created
March 18, 2021 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...
Community
GoLand
Using testify for profiling while having SetupSuite
0 votes
Created
March 18, 2021 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 ...
Community
GoLand
Using testify for profiling while having SetupSuite
0 votes
Created
March 18, 2021 10:15
Ok seems like in this way to start it config doesn't read properly That causes error in reading dicts
Community
GoLand
Using testify for profiling while having SetupSuite
0 votes
Created
March 18, 2021 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...
Community
GoLand
Using testify for profiling while having SetupSuite
0 votes
Created
March 18, 2021 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
Community
GoLand
Using testify for profiling while having SetupSuite
0 votes
Created
March 18, 2021 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 ...
Community
GoLand
Using testify for profiling while having SetupSuite
0 votes