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
2026-02-24 23:38:34 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1404b7bcea1d9c346037a423234037be13f09593
jedi
/
test
History
…
..
completion
…
refactor
…
speed
…
static_analysis
…
test_api
…
test_evaluate
…
test_parser
…
__init__.py
test suite for completion added
2012-04-12 15:47:33 +02:00
conftest.py
…
helpers.py
…
refactor.py
improve the testing documentation. Add a section about the alternate test runner ./run.py
2014-03-11 14:27:11 +01:00
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
…
test_regression.py
…
test_speed.py
…
test_utils.py
…