def tearDownClass(cls):
     cls.objects.send(Datagram.create_remove_range(DATABASE_PREFIX|1000000,
                                                   DATABASE_PREFIX|1000010))
     cls.objects.close()
     cls.conn.close()
     cls.daemon.stop()
     teardown_postgres(cls)
 def tearDownClass(cls):
     cls.objects.send(
         Datagram.create_remove_range(DATABASE_PREFIX | 1000000,
                                      DATABASE_PREFIX | 1000010))
     cls.objects.close()
     cls.conn.close()
     cls.daemon.stop()
     teardown_postgres(cls)
Example #3
0
 def tearDownClass(cls):
     super(TestConfigDBPostgres, cls).tearDownClass()
     teardown_postgres(cls)
Example #4
0
 def tearDownClass(cls):
     super(TestConfigDBPostgres, cls).tearDownClass()
     teardown_postgres(cls)