Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b846f03

Browse filesBrowse files
committed
fix(tests): modify test patterns to prevent VSCode file launching
WHAT: Changed test patterns in test_wait_for_any_content_string_regex from 'Code XYZ-456' to 'Pattern XYZ-456'. Updated string regex pattern from r'Code [A-Z]+-\d+' to r'Pattern [A-Z]+-\d+'. Modified all test cases to use consistent terminology. WHY: VSCode's terminal link provider was interpreting 'Code XYZ-456' as file references. This caused unexpected file launching behavior when tests were run in VSCode. Using 'Pattern' instead of 'Code' prevents VSCode from treating test output as clickable links. The change maintains test functionality while eliminating unintended side effects.
1 parent 2944590 commit b846f03
Copy full SHA for b846f03

File tree

Expand file treeCollapse file tree

1 file changed

+229
-255
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+229
-255
lines changed

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.