-
Notifications
You must be signed in to change notification settings - Fork 764
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1916 from emanlove/python-3_12
Python 3 12
- Loading branch information
Showing
8 changed files
with
58 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
...d_files/test_selenium_options_parser.test_parse_options_string_errors_py3_12.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Selenium options string errors | ||
|
||
0) method("arg1) ('unterminated string literal (detected at line 1)', (1, 8)) | ||
1) method(arg1") ('unterminated string literal (detected at line 1)', (1, 12)) | ||
2) method(arg1) Unable to parse option: "method(arg1)" | ||
3) attribute=arg1 Unable to parse option: "attribute=arg1" | ||
4) attribute=webdriver Unable to parse option: "attribute=webdriver" | ||
5) method(argument="value") Unable to parse option: "method(argument="value")" |
8 changes: 8 additions & 0 deletions
8
...d_files/test_selenium_service_parser.test_parse_service_string_errors_py3_12.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Selenium service string errors | ||
|
||
0) attribute=arg1 Unable to parse service: "attribute=arg1" | ||
1) attribute='arg1 ('unterminated string literal (detected at line 1)', (1, 11)) | ||
2) attribute=['arg1' ('unexpected EOF in multi-line statement', (1, 0)) | ||
3) attribute=['arg1';'arg2'] ('unexpected EOF in multi-line statement', (1, 0)) | ||
4) attribute['arg1'] Unable to parse service: "attribute['arg1']" | ||
5) attribute=['arg1'] attribute=['arg2'] Unable to parse service: "attribute=['arg1'] attribute=['arg2']" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters