Dave Halter
|
78973a9f35
|
Move execute_evaluated to HelperContextMixin
|
2019-06-11 17:46:30 +02:00 |
|
Dave Halter
|
1b0677ec55
|
Fix some test imports
|
2019-06-10 19:48:46 +02:00 |
|
Dave Halter
|
144aa97c00
|
Fix imports for some tests
|
2019-06-10 17:41:29 +02:00 |
|
Dave Halter
|
26951f5c18
|
Fixed a few failing tests, that were failing, because of the qualified_names changes
|
2019-06-08 01:05:40 +02:00 |
|
Dave Halter
|
97f342fc4c
|
Fix qualified names for CompiledObject
|
2019-06-07 01:33:37 +02:00 |
|
Dave Halter
|
da4e6f275e
|
Fix stub lookups for MixedObject
|
2019-06-05 19:46:40 +02:00 |
|
Dave Halter
|
0a56211df8
|
Setting correct parents for CompiledObject filters
|
2019-06-04 23:31:42 +02:00 |
|
Dave Halter
|
a6a71c59f4
|
Move some contents of gradual.stub_contexts to gradual.conversion
|
2019-05-10 01:24:58 +02:00 |
|
Dave Halter
|
16ec84efe4
|
Some test compiled fixes
|
2019-05-05 20:12:36 +02:00 |
|
Dave Halter
|
fcda3f7bc5
|
Properly handle no __getitem__ on CompiledObject
|
2018-12-20 00:34:15 +01:00 |
|
Dave Halter
|
f55da1e1d6
|
Fix isues with Python 2.7 running a 3.6 env
|
2018-12-16 15:53:42 +01:00 |
|
Dave Halter
|
0c37256050
|
Change some tests in Python2
|
2018-12-08 23:55:08 +01:00 |
|
Dave Halter
|
decb5046ea
|
Some Python 2.7 fixes
|
2018-12-07 08:58:17 +01:00 |
|
Dave Halter
|
d5d7679120
|
Fix a few of the issues with compiled classes and typeshed and docs
|
2018-11-14 19:19:56 +01:00 |
|
Dave Halter
|
b847bb1c72
|
Some minor test changes to get typeshed almost fully working
|
2018-11-06 09:00:07 +01:00 |
|
Dave Halter
|
e086c433ff
|
Fix compiled docstrings for stubs
|
2018-09-04 10:08:09 +02:00 |
|
Dave Halter
|
b3a07941bb
|
Fix issues with the current branch
|
2018-08-09 23:25:29 +02:00 |
|
Dave Halter
|
1a4be5c91c
|
Bound methods are now working correctly in all Python versions. Therefore a test was wrong.
|
2018-08-03 00:25:25 +02:00 |
|
Dave Halter
|
4514373de6
|
Use unicode strings in test to pass some tests in Python 2
|
2017-12-30 04:36:59 +01:00 |
|
Dave Halter
|
a14f665b5a
|
Use Script everywhere where cwd_at is used, otherwise Python 2.7 is annoying
|
2017-12-30 03:55:23 +01:00 |
|
Dave Halter
|
ac21fc376e
|
More Script fixture conversions in test_evaluate
|
2017-12-29 19:08:09 +01:00 |
|
Dave Halter
|
aa7319dba5
|
Remove the last test failures.
|
2017-12-09 17:38:45 +01:00 |
|
Dave Halter
|
a210be8198
|
Don't use the create function anymore in compiled
Now the whole creation of builtin objects is abstract and was moved to subprocesses etc.
|
2017-12-06 15:26:29 +01:00 |
|
Dave Halter
|
13f8f37547
|
Use even more subprocess accesses
|
2017-12-06 15:16:27 +01:00 |
|
Dave Halter
|
543f4f7ff2
|
Move some stuff from compiled to context
|
2017-11-29 01:03:01 +01:00 |
|
Dave Halter
|
47114178e9
|
Fake context python code is now not the base for a lot of things anymore. It just gets executed.
|
2017-11-28 18:26:12 +01:00 |
|
Dave Halter
|
accf20226d
|
Fix a few more tests
|
2017-11-26 22:07:13 +01:00 |
|
Dave Halter
|
e71f0062dd
|
Get a lot of tests passing
|
2017-11-26 17:48:00 +01:00 |
|
Dave Halter
|
383f749026
|
Move the initial sys path generation into a new project class.
|
2017-10-02 20:19:55 +02:00 |
|
Dave Halter
|
32917d5565
|
Remove the function context to a separate module.
|
2017-09-29 15:28:17 +02:00 |
|
Dave Halter
|
95930d293c
|
Move instance module to the context package.
|
2017-09-29 15:14:56 +02:00 |
|
Dave Halter
|
ee52cc7501
|
Fix most dynamic array issues.
|
2017-09-26 17:26:33 +02:00 |
|
Dave Halter
|
c51634b8d4
|
dict_values should be accessible for CompiledObjects.
|
2017-09-17 02:48:09 +02:00 |
|
Dave Halter
|
f94ef63ff2
|
Remove load_python_grammar for tests as well.
|
2017-05-25 13:36:40 -04:00 |
|
Dave Halter
|
b90589b62e
|
Some changes because parso has changed.
|
2017-05-22 15:42:42 -04:00 |
|
Dave Halter
|
9bca3d39f5
|
Actually use parso now instead of Jedi.
|
2017-05-19 14:20:14 -04:00 |
|
Dave Halter
|
7ca62578e1
|
Add py__doc__ as a better approach to docstrings.
|
2017-04-20 09:45:15 +02:00 |
|
Dave Halter
|
b4631d6dd4
|
Progress in removing the docstring/call signature logic from the parser.
|
2017-04-18 18:48:05 +02:00 |
|
Dave Halter
|
632072000e
|
Fix the builtin docstring issue that we've had. Fixes #859.
|
2017-04-03 00:27:31 +02:00 |
|
Dave Halter
|
97fc3bc23c
|
Refactored the parser calls. Now it's possible to use jedi.parser.python.parse to quickly parse something.
|
2017-03-14 00:38:58 +01:00 |
|
Dave Halter
|
b6e61133d8
|
Move the tests for the last PR #848.
|
2017-02-04 18:11:14 +01:00 |
|
Mathias Rav
|
37d7b85ed1
|
Add tests for decorator completion
|
2017-02-04 18:05:15 +01:00 |
|
Dave Halter
|
ae8e43d3c7
|
Move get_node() to tree_node and replace all the custom classdefs/funcdefs.
|
2017-01-05 23:43:12 +01:00 |
|
Dave Halter
|
6940900c58
|
A lot more fixes - fix all evaluate integration tests.
|
2016-12-03 22:17:38 +01:00 |
|
Dave Halter
|
6440e33512
|
Fix an issue with magic methods on classes. Fixes #461.
|
2016-07-31 23:42:16 +02:00 |
|
Dave Halter
|
653f247a42
|
Fix a goto_definitions test.
|
2016-06-13 18:27:39 +02:00 |
|
Dave Halter
|
e23f453a11
|
Fix all remaining issues from the compiled refactoring except static analysis.
|
2015-12-10 01:48:08 +01:00 |
|
Dave Halter
|
ee51b0a62f
|
More issues from the list of types to set of types conversion.
|
2015-10-30 10:32:17 +01:00 |
|
Dave Halter
|
eead122636
|
Use grammar in test scripts.
|
2014-12-07 18:22:11 +01:00 |
|
Dave Halter
|
7b4a188948
|
fix a few small issues that remained in the tests
|
2014-07-31 17:34:35 +02:00 |
|