Skip to content

Commit fe69626

Browse files
committed
test: make regtests for rf tests version dependend
1 parent 327b122 commit fe69626

File tree

2,690 files changed

+72628
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,690 files changed

+72628
-5
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
matrix:
2828
os: [macos-latest, ubuntu-latest, windows-latest]
2929
python-version: ["3.8", "3.9", "3.10", "3.11"]
30-
# robot-version: ["rf41", "rf50", "rf60"]
31-
robot-version: ["rf41"]
30+
robot-version: ["rf41", "rf50", "rf60"]
31+
# robot-version: ["rf41"]
3232

3333
steps:
3434
- uses: actions/checkout@v3

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"args": [
6262
//"tests/robotcode/language_server/robotframework/parts/test_foldingrange.py"
6363
//"tests/robotcode/language_server/robotframework/parts/test_references.py"
64-
"tests/robotcode/language_server/robotframework/parts/test_goto.py"
64+
"./tests/robotcode/language_server/robotframework/parts/test_discovering.py::test_workspace_discovery"
6565
],
6666
"console": "integratedTerminal",
6767
"justMyCode": false,

0 commit comments

Comments
 (0)