Rename TemplateProject -> TestProject & tidy some comments

This commit is contained in:
Joe Rickerby
2020-05-17 16:57:11 +01:00
parent 420995f567
commit 81f960b17e
17 changed files with 50 additions and 45 deletions
+2 -2
View File
@@ -4,10 +4,10 @@ import textwrap
import pytest
from . import utils
from . import template_projects
from . import test_projects
# TODO: specify these at runtime according to manylinux_image
project_with_manylinux_symbols = template_projects.new_c_project(
project_with_manylinux_symbols = test_projects.new_c_project(
spam_c_top_level_add=textwrap.dedent(r'''
#include <malloc.h>