diff --git a/test/test_projects/base.py b/test/test_projects/base.py index 5cac80ad..b38310cc 100644 --- a/test/test_projects/base.py +++ b/test/test_projects/base.py @@ -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