コード例 #1
0
 def setUpClass(cls):
     """
     @description: Create the databases and roles to be used in the test
     """
     PSQL.run_sql_file(local_path('setup.sql'), dbname='postgres')
     dsp = DspClass()
     dsp.add_user()
コード例 #2
0
 def setUpClass(cls):
     """
     @description: Create the databases and roles to be used in the test
     """
     PSQL.run_sql_file(local_path('setup.sql'), dbname='postgres')
     dsp = DspClass()
     dsp.add_user()