Remove TemplateProject subclassing

This commit is contained in:
Joe Rickerby
2020-05-15 12:28:34 +01:00
parent 0411fcc2ae
commit 2e8fe841ec
13 changed files with 43 additions and 43 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ import textwrap
import pytest
from . import utils
from .template_projects import CTemplateProject
from . import template_projects
project_with_a_test = CTemplateProject(
project_with_a_test = template_projects.new_c_project(
setup_cfg_add=textwrap.dedent(r'''
[options.extras_require]
test = nose