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
96add844597f3402e949952288bea7f124b7237f
jedi-fork
/
test
History
Dave Halter
96add84459
Fix a very complicated issue with comprehensions.
2015-03-03 12:56:48 +01:00
..
completion
…
refactor
…
speed
…
static_analysis
…
test_api
…
test_evaluate
…
test_parser
…
__init__.py
…
conftest.py
…
helpers.py
…
refactor.py
…
run.py
…
test_cache.py
…
test_debug.py
…
test_integration_analysis.py
…
test_integration_import.py
…
test_integration_keyword.py
Python 2.7 compatibility.
2015-01-13 02:12:49 +01:00
test_integration_stdlib.py
…
test_integration.py
temporary very unfinished solution for the *args/**kwargs combination problem, if they are used in common with dynamic params. This doesn't solve the issue entirely, but it's at least a start and will probably solve all autocompletion issues. However, static analysis needs a little bit more than that.
2014-06-04 17:18:09 +02:00
test_jedi_system.py
moved more methods out of regression tests, created integration_import and jedi_system,
#181
2013-08-07 17:41:22 +04:30
test_new_parser.py
Python 2.7 compatibility.
2015-01-13 02:12:49 +01:00
test_regression.py
…
test_speed.py
…
test_utils.py
…