Dave Halter
|
814998253a
|
Fix Python 2 test issues
|
2019-08-02 13:44:04 +02:00 |
|
Dave Halter
|
a22c6da89f
|
Add a few docstrings to make some things clearer
|
2019-08-02 13:16:18 +02:00 |
|
Dave Halter
|
876a6a5c22
|
Add ParamDefinition.kind, fixes #1361
|
2019-08-02 13:11:41 +02:00 |
|
Dave Halter
|
642e8f2aa6
|
Make it possible to format a param to a string, fixes #1074
|
2019-08-02 12:17:58 +02:00 |
|
Dave Halter
|
a64ef2759c
|
Add another test for signature annotations
|
2019-08-02 12:17:58 +02:00 |
|
Dave Halter
|
d58bbce24f
|
Add Signature.to_string() with proper tests, fixes #779, fixes #780
|
2019-08-02 12:17:13 +02:00 |
|
Dave Halter
|
ca6a7215e2
|
Test infer_default
|
2019-08-02 10:41:04 +02:00 |
|
Dave Halter
|
24db05841b
|
Add a execute_annotation option to infer_annotation
|
2019-08-02 10:24:15 +02:00 |
|
Dave Halter
|
375d1d57fb
|
Test infer_annotation
|
2019-08-02 10:00:17 +02:00 |
|
Dave Halter
|
ec70815318
|
Cache getting resolved param names
|
2019-07-31 22:54:29 +02:00 |
|
Dave Halter
|
a5a544cb09
|
Revert "Use __str__ instead of to_string"
This reverts commit 1151700114.
|
2019-07-31 18:39:17 +02:00 |
|
Dave Halter
|
1151700114
|
Use __str__ instead of to_string
|
2019-07-31 00:07:38 +02:00 |
|
Dave Halter
|
0352c3250a
|
Fix signatures for __init__ calls when used with supers, fixes #1163
|
2019-07-30 01:44:53 +02:00 |
|
Dave Halter
|
268f828963
|
Fix some issues for args resolving in method calls
|
2019-07-30 01:28:51 +02:00 |
|
Dave Halter
|
fa0424cfd6
|
Fix signatures for wraps, see #1058
|
2019-07-29 00:13:05 +02:00 |
|
Dave Halter
|
f6808a96e0
|
Skip pre python 3.5
|
2019-07-28 20:40:32 +02:00 |
|
Dave Halter
|
e8e3e8c111
|
Deal better with non-functions
|
2019-07-28 19:52:48 +02:00 |
|
Dave Halter
|
c8588191f9
|
Some more small fixes
|
2019-07-28 18:09:08 +02:00 |
|
Dave Halter
|
97e7f608df
|
Don't return multiple used names for signatures
|
2019-07-28 17:51:40 +02:00 |
|
Dave Halter
|
b4f2d82867
|
A new approach of getting arguments
|
2019-07-28 17:31:17 +02:00 |
|
Dave Halter
|
6a480780f8
|
Some more tests
|
2019-07-26 14:51:30 +02:00 |
|
Dave Halter
|
41dc5382fa
|
Make nesting of *args/**kwargs possible to understand.
|
2019-07-26 14:42:20 +02:00 |
|
Dave Halter
|
ba160e72ab
|
Some more signature progress
|
2019-07-26 14:29:33 +02:00 |
|
Dave Halter
|
0703a69369
|
Some progress in signature understanding
|
2019-07-26 12:11:45 +02:00 |
|
Dave Halter
|
c490d37c2d
|
Start getting signature inferring working
|
2019-07-26 02:54:50 +02:00 |
|
Dave Halter
|
a803d687e2
|
Skipped Python 2 Interpreter tests the wrong way
|
2019-07-24 13:44:26 +02:00 |
|
Dave Halter
|
05d9602032
|
Fix partial signatures for MixedObject
Now a MixedObject return the signatures of its CompiledObject all the time, fixes #1371
|
2019-07-24 12:58:20 +02:00 |
|
Dave Halter
|
e76120da06
|
Fix partial signatures, fixes #1371
|
2019-07-24 02:28:49 +02:00 |
|
Dave Halter
|
25bbecc269
|
Make sure with a test that the staticmethod signature is also correct
|
2019-07-24 01:15:48 +02:00 |
|
Dave Halter
|
08bb9cfae7
|
Fix classmethod signature, fixes #498
|
2019-07-24 01:06:49 +02:00 |
|
Dave Halter
|
703b747a31
|
Deal with annotation on *args and **kwargs correctly, fixes #980
|
2019-07-23 23:56:30 +02:00 |
|
Dave Halter
|
3d08eb92d5
|
Very small refactoring
|
2019-07-23 13:08:57 +02:00 |
|
Johannes-Maria Frank
|
02d16ac55c
|
Fix for failing assertion on native modules Issue #1354 (#1370)
|
2019-07-23 13:02:08 +02:00 |
|
Dave Halter
|
18eb7622ba
|
Skip numpydoc tests for Python 2
|
2019-07-22 00:49:40 +02:00 |
|
Dave Halter
|
73c078ec7a
|
Fix docstrings for wrapped functions, fixes #906
|
2019-07-21 12:19:22 +02:00 |
|
Dave Halter
|
5722a3458e
|
Evaluate annotations for dataclasses when infer is called on param
|
2019-07-19 11:42:08 +02:00 |
|
Dave Halter
|
93c52f615a
|
Get inheritance of dataclass right
|
2019-07-19 11:35:13 +02:00 |
|
Dave Halter
|
1cccc832b6
|
Dataclass progress
|
2019-07-19 01:27:37 +02:00 |
|
Dave Halter
|
f4fe113c0f
|
One test about recursion issues only applied to Python 2
|
2019-07-18 12:00:47 +02:00 |
|
Dave Halter
|
eeea88046e
|
First step in working with metaclasses in plugins, see #1090.
|
2019-07-18 11:20:28 +02:00 |
|
Dave Halter
|
a06d760f45
|
Use fixture names everywhere
|
2019-07-10 23:26:59 -07:00 |
|
Dave Halter
|
b7687fcfb7
|
Cleanup a test file
|
2019-07-10 23:23:18 -07:00 |
|
Dave Halter
|
0ec86d5034
|
Use parametrize instead of TestCase
|
2019-07-10 23:22:10 -07:00 |
|
Dave Halter
|
cef23f44cd
|
Remove a TestCase class usage
|
2019-07-10 19:32:19 -07:00 |
|
Dave Halter
|
e889a4923e
|
Use pytest.mark.parametrize for something instad of a class
|
2019-07-10 19:04:12 -07:00 |
|
Dave Halter
|
114aba462c
|
Use the names fixture even more
|
2019-07-10 19:00:24 -07:00 |
|
Dave Halter
|
26c7cec7b5
|
Use the names fixture more
|
2019-07-10 18:39:33 -07:00 |
|
Dave Halter
|
3e3a33ab79
|
A small rename
|
2019-07-10 18:38:24 -07:00 |
|
Dave Halter
|
7f386e0e68
|
Refactor names tests
|
2019-07-10 18:34:40 -07:00 |
|
Dave Halter
|
82d970d2b8
|
A small refactoring
|
2019-07-10 18:24:21 -07:00 |
|