greg.tests: make PersonTestData inherit from GregAPITestCase
PersonTestData.setUp() calls super().setUp(), but this is only available on GregAPITestCase. This only works at runtime because PersonTestData and GregAPITestCase is composed together with multi-inheritance as part of PersonAPITestCase. This change is obviously not ideal, but we will change it soon when introducing pytest anyway. This is just to get the lints passing. Fixes: GREG-16
parent
97c97eec
No related branches found
No related tags found
Please register or sign in to comment