Skip to content

Commit 7f62433

Browse files
committed
refactor(tests): config -> workspace/import
1 parent 1b80c57 commit 7f62433

36 files changed

+33
-33
lines changed

β€Žtests/fixtures/config/expand2.pyβ€Ž

Lines changed: 0 additions & 13 deletions
This file was deleted.

β€Žtests/fixtures/config/shell_command_before_session.pyβ€Ž

Lines changed: 0 additions & 6 deletions
This file was deleted.

β€Žtests/fixtures/config_teamocil/layouts.pyβ€Ž renamed to β€Žtests/fixtures/import_teamocil/layouts.pyβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .. import utils as test_utils
22

3-
teamocil_yaml_file = test_utils.get_workspace_file("config_teamocil/layouts.yaml")
4-
teamocil_yaml = test_utils.read_workspace_file("config_teamocil/layouts.yaml")
3+
teamocil_yaml_file = test_utils.get_workspace_file("import_teamocil/layouts.yaml")
4+
teamocil_yaml = test_utils.read_workspace_file("import_teamocil/layouts.yaml")
55

66
teamocil_dict = {
77
"two-windows": {

β€Žtests/fixtures/config_teamocil/test1.pyβ€Ž renamed to β€Žtests/fixtures/import_teamocil/test1.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .. import utils as test_utils
22

3-
teamocil_yaml = test_utils.read_workspace_file("config_teamocil/test1.yaml")
3+
teamocil_yaml = test_utils.read_workspace_file("import_teamocil/test1.yaml")
44
teamocil_conf = {
55
"windows": [
66
{

β€Žtests/fixtures/config_teamocil/test2.pyβ€Ž renamed to β€Žtests/fixtures/import_teamocil/test2.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .. import utils as test_utils
22

3-
teamocil_yaml = test_utils.read_workspace_file("config_teamocil/test2.yaml")
3+
teamocil_yaml = test_utils.read_workspace_file("import_teamocil/test2.yaml")
44
teamocil_dict = {
55
"windows": [
66
{

β€Žtests/fixtures/config_teamocil/test3.pyβ€Ž renamed to β€Žtests/fixtures/import_teamocil/test3.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .. import utils as test_utils
22

3-
teamocil_yaml = test_utils.read_workspace_file("config_teamocil/test3.yaml")
3+
teamocil_yaml = test_utils.read_workspace_file("import_teamocil/test3.yaml")
44

55
teamocil_dict = {
66
"windows": [

0 commit comments

Comments
Β (0)