1
0
forked from VimPlug/jedi

Move the extension test to examples

This commit is contained in:
Dave Halter
2020-01-12 00:26:01 +01:00
parent c79269b3ee
commit 8dc7f2d899
5 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ def test_find_signatures_stdlib(Script):
# Check only on linux 64 bit platform and Python3.4.
@pytest.mark.skipif('sys.platform != "linux" or sys.maxsize <= 2**32 or sys.version_info[:2] != (3, 4)')
@cwd_at('test/test_inference')
@cwd_at('test/examples')
def test_init_extension_module(Script):
"""
``__init__`` extension modules are also packages and Jedi should understand