mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Fix issues with property searches
This commit is contained in:
@@ -69,8 +69,9 @@ def test_load_save_project(tmpdir):
|
|||||||
|
|
||||||
('class sample_int.real', [], {}),
|
('class sample_int.real', [], {}),
|
||||||
('foo sample_int.real', [], {}),
|
('foo sample_int.real', [], {}),
|
||||||
('def sample_int.real', ['stub:builtins.int.real'], {}),
|
('def sample_int.to_bytes', ['stub:builtins.int.to_bytes'], {}),
|
||||||
('function sample_int.real', ['stub:builtins.int.real'], {}),
|
('function sample_int.to_bytes', ['stub:builtins.int.to_bytes'], {}),
|
||||||
|
('property sample_int.real', ['stub:builtins.int.real'], {}),
|
||||||
|
|
||||||
# With modules
|
# With modules
|
||||||
('test_project.test_search', ['test_api.test_project.test_search'], {}),
|
('test_project.test_search', ['test_api.test_project.test_search'], {}),
|
||||||
|
|||||||
Reference in New Issue
Block a user