This commit is contained in:
Micha Reiser 2025-12-11 20:13:12 +01:00
parent 3fb2a63b01
commit 4cd69506df
No known key found for this signature in database
1 changed files with 0 additions and 22 deletions

View File

@ -148,28 +148,6 @@ class Test:
|
info: Method from_path
");
assert_snapshot!(test.workspace_symbols("data"), @r"
info[workspace-symbols]: WorkspaceSymbolInfo
--> models.py:2:7
|
2 | class DataModel:
| ^^^^^^^^^
3 | '''A data model class'''
4 | def __init__(self):
|
info: Class DataModel
");
assert_snapshot!(test.workspace_symbols("apibase"), @r"
info[workspace-symbols]: WorkspaceSymbolInfo
--> constants.py:2:1
|
2 | API_BASE_URL = 'https://api.example.com'
| ^^^^^^^^^^^^
|
info: Constant API_BASE_URL
");
}
impl CursorTest {