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
403564315c3111ae26b0240836eb84a42e94d4e6
jedi-fork
/
test
/
completion
History
Dave Halter
1ece7698c2
Merge branch 'master' into python3
2020-07-17 16:07:54 +02:00
..
import_tree
Move get_module_contexts_containing_name to the references module
2020-01-17 22:51:09 +01:00
stub_folder
Disable flow analysis for finding usages
2020-01-14 18:37:10 +01:00
thirdparty
…
__init__.py
…
arrays.py
…
async_.py
…
basic.py
…
classes.py
…
completion.py
…
complex.py
…
comprehensions.py
…
conftest.py
Make sure fixture resolving works in conftest.py, see
#791
2020-01-06 23:27:25 +01:00
context.py
…
decorators.py
…
descriptors.py
…
django.py
…
docstring.py
Make sure to get completions for backticks in docstrings work, see
#860
2020-01-01 01:53:55 +01:00
dynamic_arrays.py
…
dynamic_params.py
…
flow_analysis.py
…
fstring.py
…
functions.py
Implement magic method return values,
fixes
#1577
2020-05-15 23:53:44 +02:00
generators.py
…
goto.py
…
imports.py
…
inheritance.py
…
invalid.py
…
isinstance.py
…
keywords.py
Fix remaining Python 3.7 issues to get the tests to pass
2018-12-06 00:35:09 +01:00
lambdas.py
…
named_expression.py
…
named_param.py
…
on_import.py
…
ordering.py
Fix a few tests that failed, because they were not correct python (the context was wrong).
2016-05-30 20:10:17 +02:00
parser.py
…
pep0484_basic.py
…
pep0484_comments.py
…
pep0484_generic_mismatches.py
…
pep0484_generic_parameters.py
…
pep0484_generic_passthroughs.py
…
pep0484_overload.py
…
pep0484_typing.py
…
pep0526_variables.py
…
positional_only_params.py
…
precedence.py
…
pytest.py
…
recursion.py
Fix a recursion error issue
2020-04-25 22:55:29 +02:00
stdlib.py
…
stubs.py
…
sys_path.py
…
types.py
…
usages.py
…