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
6ebe3f87a3cb979297be65cbfa45b06aa0ccf919
jedi-fork
/
test
/
static_analysis
T
History
Dave Halter
febe65f737
Disable predefined name analysis (if stmts) for all non-analysis tasks
...
It's really buggy and caused quite a few issues
2018-01-29 00:56:29 +01:00
..
import_tree
…
attribute_error.py
Fix an attribute error in static analysis code.
2015-02-26 14:40:33 +01:00
attribute_warnings.py
Fix issues in Python 2.7.
2015-12-10 17:20:21 +01:00
branches.py
Disable predefined name analysis (if stmts) for all non-analysis tasks
2018-01-29 00:56:29 +01:00
builtins.py
Added isinstance tests in static analysis.
2015-12-03 16:21:00 +01:00
class_simple.py
Better testing of classes.
2015-12-12 02:48:37 +01:00
comprehensions.py
Remove nodes_to_execute in favor of a function in parser_utils.
2017-04-08 12:59:49 +02:00
descriptors.py
…
generators.py
Fix: iterators are working smoothly now. Finally tests are passing again.
2015-12-10 04:37:23 +01:00
imports.py
Improved static analysis for imports.
2015-04-23 02:43:49 +02:00
iterable.py
More detailed testing for value-error-too-few-values.
2015-12-14 06:54:02 +01:00
keywords.py
Fix an issue with raise statements in the linter.
2015-09-13 23:45:53 +02:00
normal_arguments.py
Renamed a static analysis test case to be able to better execute that one explicitly.
2016-12-13 18:13:33 +01:00
operations.py
Static analysis tests for type errors with variables.
2015-06-23 18:04:36 +02:00
python2.py
Making it possible for static analysis tests to be skipped if the python version doesn't match.
2015-12-22 17:37:28 +01:00
star_arguments.py
Some temporary args/kwargs related changes to static analysis.
2014-12-15 14:58:16 +01:00
try_except.py
…