Initial version of a regression test framework

This commit is contained in:
Priyanka Shendge
2016-04-17 10:39:08 -04:00
committed by Dave Page
parent ffa348fe5d
commit 98d473a7ec
20 changed files with 907 additions and 32 deletions
@@ -0,0 +1,15 @@
# #################################################################
#
# pgAdmin 4 - PostgreSQL Tools
#
# Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence
#
# ##################################################################
from pgadmin.utils.route import BaseTestGenerator
class SGGenerateTestCase(BaseTestGenerator):
def runTest(self):
print ("In SGGenerateTestCase...")