This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi
Watch
1
Star
0
Fork
1
You've already forked jedi
mirror of
https://github.com/davidhalter/jedi.git
synced
2025-12-16 02:27:06 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1bc9ac1c000015c1967ee68e34d3ce9dfb6b803d
jedi
/
test
/
test_api
History
Dave Halter
1bc9ac1c00
Goto bug fix.
2015-02-27 11:37:49 +01: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_classes.py
Make imports stuff in API classes work. Now goto on imports follows even aliases.
2014-12-08 12:04:09 +01:00
test_api.py
Goto bug fix.
2015-02-27 11:37:49 +01:00
test_call_signatures.py
Call signatures again: function definitions and other things that cannot be a part of call signatures stop the process of scanning for them. Also strings get replaced and simplified.
2015-02-25 13:33:09 +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
Fix a test about regex goto, don't know how that one even worked in the first place.
2015-02-09 12:35:20 +01:00
test_interpreter.py
reduce/remove getitem side effects, tests for
#297
2014-04-07 16:06:07 +02:00
test_unicode.py
fix unicode issues with python2.7
2014-02-25 12:54:06 +01:00