Merge pull request #378 from YannickJadoul/ignore-TestProject

Suppress warnings about pytest trying to collect TestProject
This commit is contained in:
Joe Rickerby
2020-06-19 11:02:52 +01:00
committed by GitHub
+2
View File
@@ -14,6 +14,8 @@ class TestProject:
Write out to the filesystem using `generate`.
'''
__test__ = False # Have pytest ignore this class on `from .test_projects import TestProject`
files: FilesDict
template_context: TemplateContext