Skip to content

Commit

Permalink
Move another test to delete a file.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed May 7, 2017
1 parent 3b033bb commit 9fb7fb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions test/test_evaluate/test_imports.py
Expand Up @@ -209,3 +209,11 @@ def check(source, result, column=None):

check('from os\\\n', ['import'])
check('from os \\\n', ['import'])


def test_path_issues():
"""
See pull request #684 for details.
"""
source = '''from datetime import '''
assert jedi.Script(source).completions()
8 changes: 0 additions & 8 deletions test/test_windows.py

This file was deleted.

0 comments on commit 9fb7fb6

Please sign in to comment.