Fix flake8 errors

This commit is contained in:
Joe Rickerby
2020-05-02 22:50:52 +01:00
parent 007be7aea7
commit 9bb075aa0b
11 changed files with 38 additions and 27 deletions
+3 -2
View File
@@ -1,8 +1,8 @@
import os, textwrap
import textwrap
from . import utils
from .template_projects import CTemplateProject
project_with_skip_asserts = CTemplateProject(
setup_py_add=textwrap.dedent(r'''
# explode if run on Python 2.7 or Python 3.7 (these should be skipped)
@@ -13,6 +13,7 @@ project_with_skip_asserts = CTemplateProject(
''')
)
def test(tmpdir):
project_dir = str(tmpdir)
project_with_skip_asserts.generate(project_dir)