3
0
Fork 0

test: fix method signature in test suite base class

just making pylint happy
This commit is contained in:
Lance Edgar 2025-12-28 14:42:27 -06:00
parent e12c523176
commit c45f7482a6

View file

@ -139,7 +139,7 @@ class VersionWebTestCase(WebTestCase):
continuum.versioning_manager.transaction_cls = continuum.TransactionFactory()
self.teardown_web()
def make_config(self, **kwargs):
def make_config(self, files=None, **kwargs):
"""
Make and customize the config object.
@ -149,7 +149,7 @@ class VersionWebTestCase(WebTestCase):
WuttaContinuumConfigExtension,
)
config = super().make_config(**kwargs)
config = super().make_config(files, **kwargs)
config.setdefault("wutta_continuum.enable_versioning", "true")
# nb. must purge model classes from sys.modules, so they will