Fix a flake8 violation

This commit is contained in:
Takeshi KOMIYA 2021-07-07 02:06:30 +09:00
parent 9ff1697939
commit c2e4820ba3

View File

@ -254,7 +254,7 @@ def test_extensions(tempdir):
def test_exits_when_existing_confpy(monkeypatch):
# The code detects existing conf.py with path.isfile()
# The code detects existing conf.py with path.isfile()
# so we mock it as True with pytest's monkeypatch
def mock_isfile(path):
return True