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