This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi
Watch
1
Star
0
Fork
1
mirror of
https://github.com/davidhalter/jedi.git
synced
2026-07-18 12:50:20 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
506d5a4f315b10b8878848a13dcee74e8e0a10bd
jedi
/
test
/
test_api
T
History
Dave Halter
eececf0f74
It seems like join completion was wrong before when used within the interpreter.
2015-11-10 21:25:40 +01:00
..
__init__.py
…
test_api_classes_follow_definition.py
…
test_api.py
True in Python 2 is still not a keyword, but a name.
2015-03-06 00:42:57 +01:00
test_call_signatures.py
The backwards tokenizer sometimes parsed not only string literals but also normal names.
2015-04-28 18:10:08 +02:00
test_classes.py
Correct issues with slices and some more subtle bugs.
2015-11-01 21:30:41 +01:00
test_defined_names.py
Temporarily change the behavior of a defined names test. Hard to say how we really want it to behave.
2014-12-11 00:44:31 +01:00
test_full_name.py
Add a py__name__ call to modules. This makes listing the qualified names of modules possible (in combination with the module_name_cache).
Fixes
#519
.
2015-04-14 17:36:20 +02:00
test_interpreter.py
It seems like join completion was wrong before when used within the interpreter.
2015-11-10 21:25:40 +01:00
test_unicode.py
…