Fixed E265 flake8 errors

block comment should start with ‘# ‘
This commit is contained in:
Andras Tim
2017-07-17 01:25:09 +02:00
parent eae8b41b07
commit 195a816522
32 changed files with 97 additions and 97 deletions

View File

@@ -5,7 +5,7 @@ import pytest
def test_version(testdir, pytestconfig):
result = testdir.runpytest("--version")
assert result.ret == 0
#p = py.path.local(py.__file__).dirpath()
# p = py.path.local(py.__file__).dirpath()
result.stderr.fnmatch_lines([
'*pytest*%s*imported from*' % (pytest.__version__, )
])