File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11*** Settings ***
2- Library ${LIBRARY } .py
2+ Library ${LIBRARY } .py
33
44
55*** Variables ***
6- ${LIBRARY } DynamicLibrary
6+ ${LIBRARY } DynamicLibrary
77
88
99*** Test Cases ***
Original file line number Diff line number Diff line change 11*** Settings ***
2- Library ListenerCore.py
3- Library ListenerExample.py
2+ Library ListenerCore.py
3+ Library ListenerExample.py
44
55
66*** Test Cases ***
Original file line number Diff line number Diff line change 11*** Settings ***
2- Library DynamicTypesLibrary.py
3- Library DynamicTypesAnnotationsLibrary.py xxx
4- Library SmallLibrary.py ${CURDIR } /translation.json
5- Library SmallLibrary.py ${ALL_TRANSLATIONS } AS TranslatedLibraryDict
2+ Library DynamicTypesLibrary.py
3+ Library DynamicTypesAnnotationsLibrary.py xxx
4+ Library SmallLibrary.py ${CURDIR } /translation.json
5+ Library SmallLibrary.py ${ALL_TRANSLATIONS } AS TranslatedLibraryDict
66
77
88*** Variables ***
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pytest-cov
44pytest-mockito
55robotstatuschecker
66ruff >= 0.16.4
7- robotframework-robocop >= 8.8 .0
7+ robotframework-robocop >= 9.0 .0
88invoke >= 3.0.3
99twine
1010wheel
You can’t perform that action at this time.
0 commit comments