Skip to content

Commit bb5714f

Browse files
committed
moved variable file import into resource
1 parent 6b23075 commit bb5714f

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

test/atest/argument_types.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
*** Settings ***
22
Resource resource.txt
33
Library Collections
4-
Variables arguments.py
54

65
*** Test Cases ***
76
String As Argument

test/atest/logging.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
*** Settings ***
2-
Resource resource.txt
3-
Suite Setup Set Debug Log Level
4-
Suite Teardown Reset Log Level
5-
Variables arguments.py
2+
Resource resource.txt
3+
Suite Setup Set Debug Log Level
4+
Suite Teardown Reset Log Level
65

76

87
*** Test Cases ***

test/atest/resource.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*** Settings ***
2-
Library Remote localhost:${PORT}
2+
Library Remote localhost:${PORT}
3+
Variables arguments.py
34

45
*** Variables ***
56
${PORT} 8270

0 commit comments

Comments
 (0)