mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Add a test to avoid encoding issues. Fixes #1003
This commit is contained in:
@@ -123,5 +123,5 @@ class StaticAnalysisCase(object):
|
||||
|
||||
@pytest.fixture()
|
||||
def cwd_tmpdir(monkeypatch, tmpdir):
|
||||
with helpers.set_cwd(tmpdir.dirpath):
|
||||
with helpers.set_cwd(tmpdir.strpath):
|
||||
yield tmpdir
|
||||
|
||||
Reference in New Issue
Block a user