Complete migration to new style. remove old reference tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user