1
0
forked from VimPlug/jedi

Fix python 2 tests

This commit is contained in:
Dave Halter
2019-12-27 14:13:35 +01:00
parent 0931c5492d
commit dc3d6a3975
2 changed files with 3 additions and 1 deletions

View File

@@ -329,6 +329,8 @@ def foo(my_t=some_defa
#? ['some_default']
def foo(my_t=some_defa, my_t2=some_defa
# python > 2.7
#? ['my_type']
def foo(my_t: lala=some_defa, my_t2: my_typ
#? ['my_type']

View File

@@ -1,4 +1,4 @@
# python > 2
# python > 2.7
import pytest
from pytest import fixture