Commit Graph

10 Commits

Author SHA1 Message Date
jgb a33071af6b jedi v0.20.0 and parso v0.8.7 (#1145)
* jedi v0.20.0 and parso v0.8.7

* test: update signature expectations for typeshed v0.20.0

- update staticmethod and format signatures to match new typeshed
- fix command line truncation test: disable autoindent instead of
  relying on \<BS> after `o`, which joins lines under default
  bs=eol rather than just removing the indent
2026-05-04 21:13:26 +00:00
Dave Halter 960eaa8053 Typo
Co-authored-by: Daniel Hahler <git@thequod.de>
2021-01-03 03:06:44 +01:00
Dave Halter acd9182131 Fix some comments in signature test 2021-01-03 03:06:44 +01:00
Dave Halter e4daf7a74c Fix a test around signatures that was failing sometimes 2021-01-02 04:05:24 +01:00
Dave Halter 3a1c900a26 Remove Python 2 stuff 2020-12-27 00:44:17 +01:00
Dave Halter d57edde2e8 Update tests 2019-12-20 17:20:02 +01:00
Daniel Hahler c80a08d983 Fix invalidating cache with jedi#show_call_signatures (#968) 2019-12-08 17:26:24 +01: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 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