pgadmin4/web/pgadmin/tools/grant_wizard/tests/__init__.py

17 lines
448 B
Python
Raw Normal View History

##########################################################################
#
# pgAdmin 4 - PostgreSQL Tools
#
2024-01-01 02:43:48 -06:00
# Copyright (C) 2013 - 2024, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence
#
##########################################################################
from pgadmin.utils.route import BaseTestGenerator
class GrantWizardTestGenerator(BaseTestGenerator):
def runTest(self):
return []