1
0
forked from VimPlug/jedi

move test_pyc to test_evaluate

This commit is contained in:
Dave Halter
2014-03-17 08:54:29 +01:00
parent 4c6c9c4fb5
commit 1d95a987c4

View File

@@ -12,7 +12,7 @@ import shutil
import sys
import jedi
from .helpers import cwd_at
from ..helpers import cwd_at
SRC = """class Foo:
@@ -43,7 +43,7 @@ def generate_pyc():
shutil.copy(os.path.join("dummy_package/__pycache__", f), dst)
@cwd_at('test')
@cwd_at('test/test_evaluate')
def test_pyc():
"""
The list of completion must be greater than 2.