2017-03-16 09:27:55 -05:00
|
|
|
##########################################################################
|
2016-04-17 09:39:08 -05:00
|
|
|
#
|
|
|
|
# pgAdmin 4 - PostgreSQL Tools
|
|
|
|
#
|
2021-01-04 04:04:45 -06:00
|
|
|
# Copyright (C) 2013 - 2021, The pgAdmin Development Team
|
2016-04-17 09:39:08 -05:00
|
|
|
# This software is released under the PostgreSQL Licence
|
|
|
|
#
|
2017-03-16 09:27:55 -05:00
|
|
|
##########################################################################
|
2016-04-17 09:39:08 -05:00
|
|
|
|
|
|
|
from pgadmin.utils.route import BaseTestGenerator
|
|
|
|
|
|
|
|
|
|
|
|
class BrowserGenerateTestCase(BaseTestGenerator):
|
|
|
|
def runTest(self):
|
2016-07-27 09:33:36 -05:00
|
|
|
return
|