mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Some minor test reworks
This commit is contained in:
@@ -63,8 +63,9 @@ def test_load_save_project(tmpdir):
|
||||
('sample_int.real', ['builtins.int.real'], {}),
|
||||
|
||||
('class sample_int.real', [], {}),
|
||||
('function sample_int.real', ['builtins.int.real'], {}),
|
||||
('foo sample_int.real', [], {}),
|
||||
('def sample_int.real', ['builtins.int.real'], {}),
|
||||
('function sample_int.real', ['builtins.int.real'], {}),
|
||||
]
|
||||
)
|
||||
@pytest.mark.skipif(sys.version_info < (3, 6), reason="Ignore Python 2, because EOL")
|
||||
|
||||
Reference in New Issue
Block a user