Dave Halter
016fb7c78e
Merge pull request #915 from davidhalter/typeshed
...
With typeshed coming to Jedi, builtin modules should be displayed
2019-06-23 01:13:14 +02:00
Dave Halter
e736eea934
Use staticmethod for call signature tests instead of str
...
str has different signatures for Python 2 and 3 and is therefore annoying to test.
2019-06-21 00:28:18 +02:00
Dave Halter
1a053d2a23
Fix some call signature tests
2019-06-20 23:37:43 +02:00
Daniel Hahler
914754a04e
Disable smart_auto_mappings by default
...
Ref: https://github.com/davidhalter/jedi-vim/issues/568
2019-04-06 01:02:23 +02:00
Daniel Hahler
132d8506ab
tests: move/rename/cleanup vspec based tests ( #860 )
...
The main motivation is to being able to use normal/other pytest based
tests.
Therefore this moves everything from conftest into test_integration
itself.
2018-08-01 23:57:37 +02:00