Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions atest/tests.robot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*** Settings ***
Library ${LIBRARY}.py
Library ${LIBRARY}.py


*** Variables ***
${LIBRARY} DynamicLibrary
${LIBRARY} DynamicLibrary


*** Test Cases ***
Expand Down
4 changes: 2 additions & 2 deletions atest/tests_listener.robot
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*** Settings ***
Library ListenerCore.py
Library ListenerExample.py
Library ListenerCore.py
Library ListenerExample.py


*** Test Cases ***
Expand Down
8 changes: 4 additions & 4 deletions atest/tests_types.robot
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
*** Settings ***
Library DynamicTypesLibrary.py
Library DynamicTypesAnnotationsLibrary.py xxx
Library SmallLibrary.py ${CURDIR}/translation.json
Library SmallLibrary.py ${ALL_TRANSLATIONS} AS TranslatedLibraryDict
Library DynamicTypesLibrary.py
Library DynamicTypesAnnotationsLibrary.py xxx
Library SmallLibrary.py ${CURDIR}/translation.json
Library SmallLibrary.py ${ALL_TRANSLATIONS} AS TranslatedLibraryDict


*** Variables ***
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pytest-cov
pytest-mockito
robotstatuschecker
ruff >= 0.16.4
robotframework-robocop >= 8.8.0
robotframework-robocop >= 9.0.0
invoke >= 3.0.3
twine
wheel
Expand Down