This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi-fork
Watch
1
Star
0
Fork
0
You've already forked jedi-fork
forked from
VimPlug/jedi
Code
Pull Requests
Activity
Files
bb02f99de3034cb28be4ab7c4db2e25fc7e186bf
jedi-fork
/
test
/
test_api
History
Dave Halter
d16da33b9b
Small test fix.
2015-04-23 04:11:28 +02:00
..
__init__.py
moved api, parser and evaluate test directories to test_api, test_parser...
2014-01-29 21:16:18 +01:00
test_api_classes_follow_definition.py
fix a few small issues that remained in the tests
2014-07-31 17:34:35 +02:00
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
Call signatures should work better for builtin classes (ducktyping).
Fixes
#515
.
2015-04-10 13:45:23 +02:00
test_classes.py
Small test fix.
2015-04-23 04:11:28 +02: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
A property can raise an Exception, therefore the interpreter completion should check for those exceptions,
fixes
#538
.
2015-03-24 15:26:00 +01:00
test_unicode.py
fix unicode issues with python2.7
2014-02-25 12:54:06 +01:00