File tree Expand file tree Collapse file tree 2 files changed +3
-125
lines changed Expand file tree Collapse file tree 2 files changed +3
-125
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
)
13
13
14
14
// TestGetConfigPathFromXDG_CONFIG_HOME tests the case when the config.ini is read from XDG_CONFIG_HOME/ArduinoCreateAgent/config.ini
15
- func TestGetConfigPathFromXDG_CONFIG_HOME (t * testing.T ) {
15
+ func TestGetConfigPathFrom_XDG_CONFIG_HOME (t * testing.T ) {
16
16
if runtime .GOOS != "linux" {
17
17
t .Skip ("Skipping test on non-linux OS" )
18
18
}
@@ -26,7 +26,7 @@ func TestGetConfigPathFromXDG_CONFIG_HOME(t *testing.T) {
26
26
}
27
27
28
28
// TestGetConfigPathFromHOME tests the case when the config.ini is read from $HOME/.config/ArduinoCreateAgent/config.ini
29
- func TestGetConfigPathFromHOME (t * testing.T ) {
29
+ func TestGetConfigPathFrom_HOME (t * testing.T ) {
30
30
if runtime .GOOS != "linux" {
31
31
t .Skip ("Skipping test on non-linux OS" )
32
32
}
@@ -39,7 +39,7 @@ func TestGetConfigPathFromHOME(t *testing.T) {
39
39
}
40
40
41
41
// TestGetConfigPathFromARDUINO_CREATE_AGENT_CONFIG tests the case when the config.ini is read from ARDUINO_CREATE_AGENT_CONFIG env variable
42
- func TestGetConfigPathFromARDUINO_CREATE_AGENT_CONFIG (t * testing.T ) {
42
+ func TestGetConfigPathFrom_ARDUINO_CREATE_AGENT_CONFIG (t * testing.T ) {
43
43
if runtime .GOOS != "linux" {
44
44
t .Skip ("Skipping test on non-linux OS" )
45
45
}
You can’t perform that action at this time.
0 commit comments