Dave Halter
|
de138e9114
|
Improve a bit of dataclasses support, so at least the attributes can be seen
see #1213
|
2019-07-03 09:21:57 -07:00 |
|
micbou
|
3a0ac37ee8
|
Fix error when using generators with variable-length arguments
|
2018-01-13 18:56:34 +01:00 |
|
Hugo
|
7e449af4bd
|
Revert changes to test/completion and test/static_analysis except for 2.6 comment removal
|
2018-01-07 10:40:36 +02:00 |
|
Hugo
|
8cf708d0d4
|
Remove redundant parentheses
|
2018-01-07 10:40:06 +02:00 |
|
Dave Halter
|
8131f19751
|
Correct an issue in the tests with the last commit.
|
2017-02-04 18:11:54 +01:00 |
|
Dave Halter
|
b6e61133d8
|
Move the tests for the last PR #848.
|
2017-02-04 18:11:14 +01:00 |
|
Dave Halter
|
51802e9784
|
Fix a test that was actually wrong in Python 2.7 (not working).
|
2016-08-01 14:57:58 +02:00 |
|
Dave Halter
|
20529d3405
|
Fix decorator issues with nested decorators and class combinations. Fixes #642.
|
2016-07-17 23:55:59 +02:00 |
|
Dave Halter
|
c12dbe0b9e
|
Fix a few tests that failed, because they were not correct python (the context was wrong).
|
2016-05-30 20:10:17 +02:00 |
|
Dave Halter
|
4fa78e3482
|
Fix the last remaining issue with decorators.
|
2014-11-17 23:59:38 +01:00 |
|
Dave Halter
|
01bdd1e4fa
|
Test fixes and for loops need to be handled a awell in flow_analysis.
|
2014-08-07 15:51:41 +02:00 |
|
Dave Halter
|
d09279e0ad
|
change tests that provided wrong instance information
|
2014-07-31 15:16:24 +02:00 |
|
Dave Halter
|
870abe73d4
|
Calling an InstanceElement of an Instance of CompiledObject doesn't raise an error anymore. Yes, it's really that complicated.
|
2014-07-30 19:49:41 +02:00 |
|
David Halter
|
6421c95df1
|
tests for init decorator problem, see #247
|
2013-08-10 22:53:26 +04:30 |
|
David Halter
|
97edfb13f7
|
some method decorator tests were wrong (incomplete)
|
2013-08-10 22:26:24 +04:30 |
|
David Halter
|
085bddd6a1
|
change Execution usage to always use the decorator function
|
2013-08-10 21:40:36 +04:30 |
|
David Halter
|
c35da04820
|
illegal decorators tests
|
2013-08-09 18:12:51 +04:30 |
|
David Halter
|
22b11e0706
|
ignore decorators if cannot be found (also get rid of DecoratorNotFound exception), fixes #272
|
2013-08-09 13:01:21 +04:30 |
|
David Halter
|
a5fa0708ee
|
tests for #272, not existing method decorators in combination with super on __init__
|
2013-08-09 12:36:53 +04:30 |
|
David Halter
|
7548ec7280
|
fix problems with class method decorators
|
2013-08-09 11:32:44 +04:30 |
|
David Halter
|
c222cc5a32
|
method decorator as class tests
|
2013-08-09 10:58:24 +04:30 |
|
David Halter
|
a6b1a247c2
|
method decorator tests
|
2013-08-08 15:14:10 +04:30 |
|
David Halter
|
1f21fadf55
|
class decorators are just being ignored, until I know of a use case, where Jedi returns the wrong results
|
2012-09-02 14:48:27 +02:00 |
|
David Halter
|
d91f13ab9b
|
many new descriptor tests
|
2012-07-17 23:21:33 +02:00 |
|
David Halter
|
b840648ef3
|
big change to make param transfer possible. always. this also makes scopes in many places redundant.
|
2012-07-12 00:37:55 +02:00 |
|
David Halter
|
4555b29701
|
new decorator tests (nested)
|
2012-07-11 02:03:19 +02:00 |
|
David Halter
|
53358b28d3
|
properties work now also with initialization values of classes
|
2012-07-10 17:52:46 +02:00 |
|
David Halter
|
8d26cff54b
|
changed many tests from old completion tests to type tests, which brings more security
|
2012-07-06 01:29:50 +02:00 |
|
David Halter
|
e88c11605b
|
fixed a little bug caused by not setting the parent of flows correctly
|
2012-07-05 15:55:19 +02:00 |
|
David Halter
|
70b3895e42
|
debugging stuff
|
2012-07-05 01:03:28 +02:00 |
|
David Halter
|
56a14c7811
|
move decorator tests
|
2012-06-27 10:24:31 +02:00 |
|
David Halter
|
77698599f4
|
decorator's that are not found, are now just being ignored / introduced new testing file
|
2012-06-24 20:00:57 +02:00 |
|