Complete migration to new style. remove old reference tests

This commit is contained in:
Joe Rickerby
2020-05-02 21:00:58 +01:00
parent 616e9dd6eb
commit 3b35882f87
44 changed files with 33 additions and 1295 deletions
+6 -1
View File
@@ -3,7 +3,12 @@ import pytest, textwrap
from . import utils
from .template_projects import CTemplateProject
project_with_a_test = CTemplateProject()
project_with_a_test = CTemplateProject(
setup_cfg_add=textwrap.dedent(r'''
[options.extras_require]
test = nose
''')
)
project_with_a_test.files['test/spam_test.py'] = r'''
from unittest import TestCase